We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be326e2 commit 52b6198Copy full SHA for 52b6198
1 file changed
charts/registry/templates/registry-deployment.yaml
@@ -22,7 +22,7 @@ spec:
22
labels:
23
app: drycc-registry
24
spec:
25
- {{- include "common.affinities.nodes.soft" (dict "key" "app" "values" (list "drycc-registry")) | indent 6 }}
+ {{- include "common.affinities.pods.soft" (dict "key" "app" "values" (list "drycc-registry")) | indent 6 }}
26
serviceAccount: drycc-registry
27
initContainers:
28
- name: drycc-registry-init
0 commit comments