Skip to content

Commit 3034561

Browse files
authored
Merge pull request #1965 from adambethuggin/patch-1
Correct tolerations placement in deployment
2 parents 7fb477a + 59268be commit 3034561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployments/helm/KubeArmorOperator/templates/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
imagePullSecrets:
3030
{{ toYaml .Values.kubearmorOperator.image.imagePullSecrets | indent 6 }}
3131
{{- end }}
32-
{{- if .Values.kubearmorOperator.image.tolerations }}
32+
{{- if .Values.kubearmorOperator.tolerations }}
3333
tolerations:
3434
{{ toYaml .Values.kubearmorOperator.tolerations | indent 6 }}
3535
{{- end }}

0 commit comments

Comments
 (0)