File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed
Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 1616 labels :
1717 app : csi-linode-controller
1818 role : csi-linode
19+ {{- with .Values.podLabels }}
20+ {{- toYaml . | nindent 8 }}
21+ {{- end }}
22+ {{- with .Values.podAnnotations }}
23+ annotations :
24+ {{- toYaml . | nindent 8 }}
25+ {{- end }}
1926 spec :
2027 securityContext :
2128 seccompProfile :
Original file line number Diff line number Diff line change 1414 labels :
1515 app : csi-linode-node
1616 role : csi-linode
17+ {{- with .Values.podLabels }}
18+ {{- toYaml . | nindent 8 }}
19+ {{- end }}
20+ {{- with .Values.podAnnotations }}
21+ annotations :
22+ {{- toYaml . | nindent 8 }}
23+ {{- end }}
1724 spec :
1825 securityContext :
1926 seccompProfile :
Original file line number Diff line number Diff line change @@ -103,3 +103,9 @@ controller:
103103 nodeSelector : {}
104104 affinity : {}
105105 tolerations : []
106+
107+ # Add custom annotations to all pods
108+ podAnnotations : {}
109+
110+ # Add custom labels to all pods
111+ podLabels : {}
You can’t perform that action at this time.
0 commit comments