fix(argo-cd): Always create ApplicationSet as following upstream (#2688)
This commit is contained in:
parent
3693ed4270
commit
510261328f
18 changed files with 14 additions and 34 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{{- if and .Values.applicationSet.enabled .Values.applicationSet.serviceAccount.create }}
|
||||
{{- if .Values.applicationSet.serviceAccount.create }}
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
automountServiceAccountToken: {{ .Values.applicationSet.serviceAccount.automountServiceAccountToken }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue