Skip to content

Commit de68f25

Browse files
committed
chore(passport): change nodes to pod affinity
1 parent 8c90d6e commit de68f25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/passport/templates/passport-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
labels:
2323
app: drycc-passport
2424
spec:
25-
{{- include "common.affinities.nodes.soft" (dict "key" "app" "values" (list "drycc-passport")) | indent 6 }}
25+
{{- include "common.affinities.pods.soft" (dict "key" "app" "values" (list "drycc-passport")) | indent 6 }}
2626
serviceAccount: drycc-passport
2727
initContainers:
2828
- name: drycc-passport-init

0 commit comments

Comments
 (0)