Add charts
This commit is contained in:
parent
d958a73cad
commit
f7226cd6ad
15 changed files with 577 additions and 0 deletions
12
charts/gtfso-vbb/templates/serviceaccount.yaml
Normal file
12
charts/gtfso-vbb/templates/serviceaccount.yaml
Normal file
|
@ -0,0 +1,12 @@
|
|||
{{- if .Values.serviceAccount.create -}}
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: {{ include "gtfso-vbb.serviceAccountName" . }}
|
||||
labels:
|
||||
{{- include "gtfso-vbb.labels" . | nindent 4 }}
|
||||
{{- with .Values.serviceAccount.annotations }}
|
||||
annotations:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
Loading…
Add table
Add a link
Reference in a new issue