UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit c241b134 authored by Rob Ferguson's avatar Rob Ferguson Committed by Micah Nagel
Browse files

fix minio-operator imagePullSecret values

parent a8bac871
No related branches found
No related tags found
1 merge request!2169fix minio-operator imagePullSecret values
......@@ -8,14 +8,15 @@ podAnnotations:
traffic.sidecar.istio.io/includeInboundPorts: "*"
traffic.sidecar.istio.io/excludeInboundPorts: "9443"
imagePullSecrets:
- name: private-registry
console:
imagePullSecrets:
- name: private-registry
operator:
image:
pullPolicy: {{ .Values.imagePullPolicy}}
imagePullSecrets:
- name: private-registry
imagePullSecrets:
- name: private-registry
{{- if .Values.monitoring.enabled }}
env:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment