We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b8eddf commit 3b61a25Copy full SHA for 3b61a25
charts/cluster-secret/templates/deployment.yaml
@@ -44,3 +44,15 @@ spec:
44
periodSeconds: 120
45
resources: {}
46
serviceAccountName: {{ include "cluster-secret.fullname" . }}-account
47
+ {{- with .Values.nodeSelector }}
48
+ nodeSelector:
49
+ {{- toYaml . | nindent 8 }}
50
+ {{- end }}
51
+ {{- with .Values.affinity }}
52
+ affinity:
53
54
55
+ {{- with .Values.tolerations }}
56
+ tolerations:
57
58
charts/cluster-secret/values.yaml
@@ -9,3 +9,8 @@ image:
9
kubernetesClusterDomain: cluster.local
10
11
12
+nodeSelector: {}
13
+
14
+tolerations: []
15
16
+affinity: {}
0 commit comments