Use more generic name "django" instead of glitchtip for template
variables
This commit is contained in:
parent
efc58de740
commit
976c6799dd
19 changed files with 233 additions and 201 deletions
|
@ -2,7 +2,11 @@
|
|||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: {{ include "glitchtip.serviceAccountName" . }}
|
||||
name: {{ include "django.serviceAccountName" . }}
|
||||
labels:
|
||||
{{ include "glitchtip.labels" . | nindent 4 }}
|
||||
{{- end -}}
|
||||
{{- include "django.labels" . | nindent 4 }}
|
||||
{{- with .Values.serviceAccount.annotations }}
|
||||
annotations:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue