@@ -6,6 +6,10 @@ metadata:
66 {{- include "ceph-csi-operator.labels" . | nindent 4 }}
77 annotations :
88 {{- toYaml .Values.cephfsCtrlpluginSa.serviceAccount.annotations | nindent 4 }}
9+ {{- with .Values.imagePullSecrets }}
10+ imagePullSecrets :
11+ {{ toYaml . | indent 2 }}
12+ {{- end }}
913---
1014apiVersion : v1
1115kind : ServiceAccount
@@ -15,6 +19,10 @@ metadata:
1519 {{- include "ceph-csi-operator.labels" . | nindent 4 }}
1620 annotations :
1721 {{- toYaml .Values.cephfsNodepluginSa.serviceAccount.annotations | nindent 4 }}
22+ {{- with .Values.imagePullSecrets }}
23+ imagePullSecrets :
24+ {{ toYaml . | indent 2 }}
25+ {{- end }}
1826---
1927apiVersion : v1
2028kind : ServiceAccount
@@ -24,6 +32,10 @@ metadata:
2432 {{- include "ceph-csi-operator.labels" . | nindent 4 }}
2533 annotations :
2634 {{- toYaml .Values.controllerManager.serviceAccount.annotations | nindent 4 }}
35+ {{- with .Values.imagePullSecrets }}
36+ imagePullSecrets :
37+ {{ toYaml . | indent 2 }}
38+ {{- end }}
2739---
2840apiVersion : v1
2941kind : ServiceAccount
@@ -33,6 +45,10 @@ metadata:
3345 {{- include "ceph-csi-operator.labels" . | nindent 4 }}
3446 annotations :
3547 {{- toYaml .Values.nfsCtrlpluginSa.serviceAccount.annotations | nindent 4 }}
48+ {{- with .Values.imagePullSecrets }}
49+ imagePullSecrets :
50+ {{ toYaml . | indent 2 }}
51+ {{- end }}
3652---
3753apiVersion : v1
3854kind : ServiceAccount
@@ -42,6 +58,10 @@ metadata:
4258 {{- include "ceph-csi-operator.labels" . | nindent 4 }}
4359 annotations :
4460 {{- toYaml .Values.nfsNodepluginSa.serviceAccount.annotations | nindent 4 }}
61+ {{- with .Values.imagePullSecrets }}
62+ imagePullSecrets :
63+ {{ toYaml . | indent 2 }}
64+ {{- end }}
4565---
4666apiVersion : v1
4767kind : ServiceAccount
@@ -51,6 +71,10 @@ metadata:
5171 {{- include "ceph-csi-operator.labels" . | nindent 4 }}
5272 annotations :
5373 {{- toYaml .Values.rbdCtrlpluginSa.serviceAccount.annotations | nindent 4 }}
74+ {{- with .Values.imagePullSecrets }}
75+ imagePullSecrets :
76+ {{ toYaml . | indent 2 }}
77+ {{- end }}
5478---
5579apiVersion : v1
5680kind : ServiceAccount
@@ -60,3 +84,7 @@ metadata:
6084 {{- include "ceph-csi-operator.labels" . | nindent 4 }}
6185 annotations :
6286 {{- toYaml .Values.rbdNodepluginSa.serviceAccount.annotations | nindent 4 }}
87+ {{- with .Values.imagePullSecrets }}
88+ imagePullSecrets :
89+ {{ toYaml . | indent 2 }}
90+ {{- end }}
0 commit comments