Initial commit
This commit is contained in:
commit
354d7562e5
11 changed files with 352 additions and 0 deletions
8
templates/serviceaccount.yaml
Normal file
8
templates/serviceaccount.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
{{- if .Values.serviceAccount.create -}}
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: {{ include "glitchtip.serviceAccountName" . }}
|
||||
labels:
|
||||
{{ include "glitchtip.labels" . | nindent 4 }}
|
||||
{{- end -}}
|
Loading…
Add table
Add a link
Reference in a new issue