Update charts/argo-cd/templates/argocd-server/deprecation.yaml
Co-authored-by: Jason Meridth <jmeridth@gmail.com> Signed-off-by: Jānis Orlovs <janis@cwise.eu>
This commit is contained in:
parent
60b68c65f9
commit
760d9d98d5
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
{{- if .Values.checkDeprecation }}
|
{{- if .Values.checkDeprecation }}
|
||||||
{{- if .Values.server.config }}
|
{{- if .Values.server.config }}
|
||||||
{{ fail "`server.config` does no longer exist. It has been renamed to `configs`" }}
|
{{ fail "`server.config` no longer exists. It has been renamed to `configs`" }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
Loading…
Reference in a new issue