chore(argo-cd): Remove server.config leftovers (#2504)

This commit is contained in:
Petr Drastil 2024-02-13 12:13:41 +01:00 committed by GitHub
parent 2139f15727
commit 79a24410b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View file

@ -42,7 +42,7 @@ rules:
verbs:
- create
- list
{{- if eq (toString (index (coalesce .Values.server.config .Values.configs.cm) "exec.enabled")) "true" }}
{{- if eq (toString (index .Values.configs.cm "exec.enabled")) "true" }}
- apiGroups:
- ""
resources: