diff --git a/tatort/templates/deployment.yaml b/tatort/templates/deployment.yaml index 05281a1..254d25a 100644 --- a/tatort/templates/deployment.yaml +++ b/tatort/templates/deployment.yaml @@ -1,16 +1,16 @@ apiVersion: apps/v1 kind: Deployment metadata: - name: {{ include "..fullname" . }} + name: {{ include "tatort,fullname" . }} labels: - {{- include "..labels" . | nindent 4 }} + {{- include "tatort,labels" . | nindent 4 }} spec: {{- if not .Values.autoscaling.enabled }} replicas: {{ .Values.replicaCount }} {{- end }} selector: matchLabels: - {{- include "..selectorLabels" . | nindent 6 }} + {{- include "tatort,selectorLabels" . | nindent 6 }} template: metadata: {{- with .Values.podAnnotations }} @@ -18,7 +18,7 @@ spec: {{- toYaml . | nindent 8 }} {{- end }} labels: - {{- include "..labels" . | nindent 8 }} + {{- include "tatort,labels" . | nindent 8 }} {{- with .Values.podLabels }} {{- toYaml . | nindent 8 }} {{- end }} @@ -27,7 +27,7 @@ spec: imagePullSecrets: {{- toYaml . | nindent 8 }} {{- end }} - serviceAccountName: {{ include "..serviceAccountName" . }} + serviceAccountName: {{ include "tatort,serviceAccountName" . }} securityContext: {{- toYaml .Values.podSecurityContext | nindent 8 }} containers: