We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 855ee97 commit 5f54366Copy full SHA for 5f54366
helm/charts/obaas-sample-app/templates/deployment.yaml
@@ -36,7 +36,7 @@ spec:
36
{{- toYaml . | nindent 8 }}
37
{{- end }}
38
containers:
39
- - name: ku{{ .Chart.Name }}
+ - name: {{ .Chart.Name }}
40
{{- with .Values.securityContext }}
41
securityContext:
42
{{- toYaml . | nindent 12 }}
0 commit comments