UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit c4660ea0 authored by Michael Martin's avatar Michael Martin Committed by Ryan Garcia
Browse files

enable istio on the argocd namespace

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