We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7fb477a + 59268be commit 3034561Copy full SHA for 3034561
deployments/helm/KubeArmorOperator/templates/deployment.yaml
@@ -29,7 +29,7 @@ spec:
29
imagePullSecrets:
30
{{ toYaml .Values.kubearmorOperator.image.imagePullSecrets | indent 6 }}
31
{{- end }}
32
- {{- if .Values.kubearmorOperator.image.tolerations }}
+ {{- if .Values.kubearmorOperator.tolerations }}
33
tolerations:
34
{{ toYaml .Values.kubearmorOperator.tolerations | indent 6 }}
35
0 commit comments