fix(argo-cd): Disable Dex ServiceAccount (#648)
* fix: oliverbaehler as codeowner Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com> * Disable ServiceAccount on disabled Dex Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com>
This commit is contained in:
parent
50caa3d289
commit
5955a3bef8
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{{- if .Values.dex.serviceAccount.create }}
|
||||
{{- if and .Values.dex.enabled .Values.dex.serviceAccount.create }}
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
automountServiceAccountToken: {{ .Values.dex.serviceAccount.automountServiceAccountToken }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue