Skip to content

Commit fdb3d10

Browse files
committed
feat: set container name in deployment #4
1 parent 86960b7 commit fdb3d10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
securityContext:
3333
{{- toYaml .Values.podSecurityContext | nindent 8 }}
3434
containers:
35-
- name: {{ .Chart.Name }}
35+
- name: {{ include "pyhchart.name" . }}
3636
securityContext:
3737
{{- toYaml .Values.securityContext | nindent 12 }}
3838
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"

0 commit comments

Comments
 (0)