UNCLASSIFIED - NO CUI

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

Merge branch 'annotate-istio-minio' into 'master'

add istio annotation for minio

Closes #974

See merge request platform-one/big-bang/bigbang!1220
parents 7fe6c14c a4e116a1
No related branches found
No related tags found
2 merge requests!1386Master,!1220add istio annotation for minio
Pipeline #640534 passed
......@@ -17,6 +17,11 @@ istio:
gateways:
- istio-system/{{ default "public" .Values.addons.minio.ingress.gateway }}
{{- if .Values.istio.enabled }}
annotations:
{{ include "istioAnnotation" . }}
{{- end }}
minioRootCreds: minio-root-creds-secret
monitoring:
......
......@@ -637,7 +637,7 @@ addons:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio.git
path: "./chart"
tag: "4.2.3-bb.8"
tag: "4.2.3-bb.9"
# -- Flux reconciliation overrides specifically for the Minio Package
flux: {}
......
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