UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 1b62c323 authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Merge branch 'argocd-istio-integration' into 'master'

enable istio on the argocd namespace

Closes platform-one/big-bang/apps/core/argocd#16

See merge request platform-one/big-bang/bigbang!947
parents 12abe975 c4660ea0
No related branches found
No related tags found
2 merge requests!1386Master,!947enable istio on the argocd namespace
Pipeline #525254 failed
......@@ -6,6 +6,6 @@ metadata:
app.kubernetes.io/name: argocd
app.kubernetes.io/component: "core"
{{- include "commonLabels" . | nindent 4}}
istio-injection: disabled
istio-injection: {{ dig "istio" "injection" "enabled" .Values.addons.argocd }}
name: argocd
{{- end }}
......@@ -476,7 +476,7 @@ addons:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/argocd.git
path: "./chart"
tag: "3.6.8-bb.8"
tag: "3.6.8-bb.10"
# -- Flux reconciliation overrides specifically for the ArgoCD 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