UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 7dd59ee3 authored by Micah Nagel's avatar Micah Nagel
Browse files

Merge branch 'minio-operator-values' into 'master'

fix minio-operator imagePullSecret values

See merge request platform-one/big-bang/bigbang!2169
parents a8bac871 c241b134
No related branches found
No related tags found
1 merge request!2169fix minio-operator imagePullSecret values
Pipeline #1014770 passed
......@@ -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