Skip to content

Commit 5f54366

Browse files
authored
Fixed typo (#1114)
Signed-off-by: Andy Tael <[email protected]>
1 parent 855ee97 commit 5f54366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/charts/obaas-sample-app/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
{{- toYaml . | nindent 8 }}
3737
{{- end }}
3838
containers:
39-
- name: ku{{ .Chart.Name }}
39+
- name: {{ .Chart.Name }}
4040
{{- with .Values.securityContext }}
4141
securityContext:
4242
{{- toYaml . | nindent 12 }}

0 commit comments

Comments
 (0)