We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56b28b1 commit b71ad09Copy full SHA for b71ad09
deploy/chart/templates/daemonset.yaml
@@ -17,6 +17,13 @@ spec:
17
metadata:
18
labels:
19
app: ccm-linode
20
+ {{- with .Values.podLabels }}
21
+ {{- toYaml . | nindent 8 }}
22
+ {{- end }}
23
+ {{- with .Values.podAnnotations }}
24
+ annotations:
25
26
27
spec:
28
{{- if ne .Values.rbacEnabled false }}
29
serviceAccountName: ccm-linode
deploy/chart/values.yaml
@@ -121,6 +121,10 @@ volumeMounts:
121
# - mountPath: /tmp/
122
# name: test-volume
123
124
+# Add podAnnotations and podLabels for customization
125
+podAnnotations: {}
126
+podLabels: {}
127
+
128
resources:
129
# requests:
130
# memory: "100Mi"
0 commit comments