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 8187952 commit acc9c57Copy full SHA for acc9c57
deploy/helm/charts/templates/deployment.yaml
@@ -83,5 +83,8 @@ spec:
83
{{- if .Values.ndmOperator.tolerations }}
84
tolerations:
85
{{ toYaml .Values.ndmOperator.tolerations | indent 8 }}
86
+{{- if .Values.ndmOperator.affinity }}
87
+ affinity:
88
+{{ toYaml .Values.ndmOperator.affinity | indent 8 }}
89
{{- end }}
90
deploy/helm/charts/values.yaml
@@ -83,6 +83,7 @@ ndmOperator:
periodSeconds: 10
replicas: 1
upgradeStrategy: Recreate
+ affinity: {}
ndmExporter:
enabled: false
0 commit comments