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 4d93cd4 commit fbd48baCopy full SHA for fbd48ba
chart/templates/replicated-deployment.yaml
@@ -41,6 +41,10 @@ spec:
41
tolerations:
42
{{- toYaml . | nindent 8 }}
43
{{- end }}
44
+ {{- with .Values.affinity }}
45
+ affinity:
46
+ {{- toYaml . | nindent 8 }}
47
+ {{- end }}
48
{{- if $podSecurityContext.enabled }}
49
securityContext: {{- omit $podSecurityContext "enabled" | toYaml | nindent 8 }}
50
chart/values.yaml.tmpl
@@ -77,3 +77,5 @@ replicatedID: ""
77
appID: ""
78
79
tolerations: []
80
+
81
+affinity: ~
0 commit comments