diff --git a/bundle/manifests/sailoperator.clusterserviceversion.yaml b/bundle/manifests/sailoperator.clusterserviceversion.yaml index 65d2af2d5..c6976f26f 100644 --- a/bundle/manifests/sailoperator.clusterserviceversion.yaml +++ b/bundle/manifests/sailoperator.clusterserviceversion.yaml @@ -34,7 +34,7 @@ metadata: capabilities: Seamless Upgrades categories: OpenShift Optional, Integration & Delivery, Networking, Security containerImage: quay.io/maistra-dev/sail-operator:0.2-latest - createdAt: "2024-10-11T05:19:26Z" + createdAt: "2024-10-11T14:52:21Z" description: Experimental operator for installing Istio service mesh features.operators.openshift.io/cnf: "false" features.operators.openshift.io/cni: "true" diff --git a/chart/templates/rbac/service_account.yaml b/chart/templates/rbac/service_account.yaml index 1deb8c2b8..557a5a40f 100644 --- a/chart/templates/rbac/service_account.yaml +++ b/chart/templates/rbac/service_account.yaml @@ -8,3 +8,10 @@ metadata: app.kubernetes.io/managed-by: helm name: {{ .Values.serviceAccountName }} namespace: {{ .Release.Namespace }} + {{- if .Values.imagePullSecrets }} +imagePullSecrets: + {{- range .Values.imagePullSecrets }} + - name: {{ . }} + {{- end }} + {{- end }} + \ No newline at end of file