fix(argo-cd): Fix migration path for server configs (#1585)
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
This commit is contained in:
parent
2cdd2ba687
commit
90aa8962a0
4 changed files with 6 additions and 7 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{{- if (coalesce .Values.server.configEnabled .Values.configs.cm.create) }}
|
||||
{{- if (hasKey .Values.server "configEnabled") | ternary .Values.server.configEnabled .Values.configs.cm.create }}
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue