Skip to content

Commit

Permalink
helmified imagePullSecrets and resources (#371)
Browse files Browse the repository at this point in the history
* helmified pull secrets and resources

Signed-off-by: Travis White <travis.white@yahoo.com>

* Rebase

Signed-off-by: Travis White <travis.white@yahoo.com>

* Added nit newline, i think?

Signed-off-by: Travis White <travis.white@yahoo.com>

---------

Signed-off-by: Travis White <travis.white@yahoo.com>
  • Loading branch information
twhite0 authored Oct 11, 2024
1 parent 9c95e60 commit 318fafd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bundle/manifests/sailoperator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
7 changes: 7 additions & 0 deletions chart/templates/rbac/service_account.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 318fafd

Please sign in to comment.