@@ -16,6 +16,10 @@ spec:
labels:
{{- include "openshift-console-plugin.labels" . | nindent 8 }}
spec:
+ {{- with .Values.plugin.imagePullSecrets }}
+ imagePullSecrets:
+ {{- toYaml . | nindent 8 }}
+ {{- end }}
containers:
- name: {{ template "openshift-console-plugin.name" . }}
image: {{ required "Plugin image must be specified!" .Values.plugin.image }}
@@ -4,6 +4,7 @@ plugin:
description: ""
image: ""
imagePullPolicy: IfNotPresent
+ imagePullSecrets: []
replicas: 2
port: 9443
securityContext: