File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 metadata :
1616 labels :
1717 app : csi-controller-rclone
18+ annotations :
19+ {{- toYaml ".Values.csiControllerRclone.podAnnotations" . | nindent 8 }}
1820 spec :
1921 serviceAccountName : {{ include "chart.fullname" . }}-controller
2022 containers :
Original file line number Diff line number Diff line change 1515 labels :
1616 app : csi-nodeplugin-rclone
1717 {{- include "chart.selectorLabels" . | nindent 8 }}
18+ annotations :
19+ {{- toYaml ".Values.csiNodepluginRclone.podAnnotations" . | nindent 8 }}
1820 spec :
1921 serviceAccountName : {{ include "chart.fullname" . }}-nodeplugin
2022 dnsPolicy : ClusterFirstWithHostNet
Original file line number Diff line number Diff line change 11storageClassName : csi-rclone
22csiControllerRclone :
3+ podAnnotations :
4+ prometheus.io/scrape : true
5+ prometheus.io/port : 9090
36 csiAttacher :
47 image :
58 repository : registry.k8s.io/sig-storage/csi-attacher
@@ -38,6 +41,9 @@ csiControllerRclone:
3841 annotations : {}
3942
4043csiNodepluginRclone :
44+ podAnnotations :
45+ prometheus.io/scrape : true
46+ prometheus.io/port : 9090
4147 nodeDriverRegistrar :
4248 image :
4349 repository : registry.k8s.io/sig-storage/csi-node-driver-registrar
You can’t perform that action at this time.
0 commit comments