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