fix(argo-cd): deprecate server.extraArgs."--insecure" (#1669)
Signed-off-by: GitHub <noreply@github.com> Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
parent
062417e30d
commit
a93c45cdc7
2 changed files with 5 additions and 5 deletions
|
|
@ -28,6 +28,9 @@ DEPRECATED option server.logFormat - Use configs.params.server.log.format
|
|||
{{- if .Values.server.logLevel }}
|
||||
DEPRECATED option server.logLevel - Use configs.params.server.log.level
|
||||
{{- end }}
|
||||
{{- if has "--insecure" .Values.server.extraArgs }}
|
||||
DEPRECATED option server.extraArgs."--insecure" - Use configs.params.server.insecure
|
||||
{{- end }}
|
||||
{{- if .Values.repoServer.logFormat }}
|
||||
DEPRECATED option repoServer.logFormat - Use configs.params.repoServer.log.format
|
||||
{{- end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue