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:
Jānis Orlovs 2024-10-02 10:17:29 +03:00 committed by GitHub
parent 60b68c65f9
commit 760d9d98d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
{{- if .Values.checkDeprecation }}
{{- 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 }}