fix(argocd-applicationset): corrected chart directory name (#672)
* fix: corrected argocd-applicationset chart dir Signed-off-by: chgl <chgl@users.noreply.github.com> * bumped chart version Signed-off-by: chgl <chgl@users.noreply.github.com> Co-authored-by: Oliver Bähler <oliverbaehler@hotmail.com>
This commit is contained in:
parent
5fc4ed7d5b
commit
f80ab1a2fb
13 changed files with 3 additions and 3 deletions
12
charts/argocd-applicationset/templates/serviceaccount.yaml
Normal file
12
charts/argocd-applicationset/templates/serviceaccount.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{{- if .Values.serviceAccount.create -}}
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: {{ include "argo-applicationset.serviceAccountName" . }}
|
||||
labels:
|
||||
{{- include "argo-applicationset.labels" . | nindent 4 }}
|
||||
{{- with .Values.serviceAccount.annotations }}
|
||||
annotations:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue