We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86960b7 commit fdb3d10Copy full SHA for fdb3d10
1 file changed
templates/deployment.yaml
@@ -32,7 +32,7 @@ spec:
32
securityContext:
33
{{- toYaml .Values.podSecurityContext | nindent 8 }}
34
containers:
35
- - name: {{ .Chart.Name }}
+ - name: {{ include "pyhchart.name" . }}
36
37
{{- toYaml .Values.securityContext | nindent 12 }}
38
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
0 commit comments