Skip to content

Commit 896f214

Browse files
authored
fix invalid helm templating for spec.template.spec.containers block (#3031)
1 parent 6167f31 commit 896f214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm-chart/templates/recommendationservice.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ spec:
5959
seccompProfile:
6060
type: {{ .Values.seccompProfile.type }}
6161
{{- end }}
62-
containers:
6362
{{- end }}
63+
containers:
6464
- name: server
6565
securityContext:
6666
allowPrivilegeEscalation: false

0 commit comments

Comments
 (0)