Add ApplicationSet chart (#577)

Co-authored-by: Alex Collins <alexec@users.noreply.github.com>
This commit is contained in:
Matteo Ruina 2021-03-31 19:37:15 +02:00 committed by GitHub
parent af0d6b8957
commit 37cd1ef042
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 2201 additions and 0 deletions

View 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 }}