We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c03b207 + 1f62830 commit 8dd1d79Copy full SHA for 8dd1d79
1 file changed
charts/passport/templates/passport-deployment.yaml
@@ -22,6 +22,9 @@ spec:
22
labels:
23
app: drycc-passport
24
spec:
25
+ {{- if .Values.global.common }}
26
+ {{- include "common.affinity" (dict "key" "app" "values" (list "drycc-passport")) | indent 6 }}
27
+ {{- end }}
28
serviceAccount: drycc-passport
29
initContainers:
30
- name: drycc-passport-init
0 commit comments