From c4660ea06fd5e412034b6baeca88c1d82c6fce37 Mon Sep 17 00:00:00 2001 From: Michael Martin <michaelmartin@seed-innovations.com> Date: Wed, 13 Oct 2021 18:13:07 +0000 Subject: [PATCH] enable istio on the argocd namespace --- chart/templates/argocd/namespace.yaml | 2 +- chart/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/templates/argocd/namespace.yaml b/chart/templates/argocd/namespace.yaml index f3fb69dffc..5898d63d30 100644 --- a/chart/templates/argocd/namespace.yaml +++ b/chart/templates/argocd/namespace.yaml @@ -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 }} diff --git a/chart/values.yaml b/chart/values.yaml index 15701544ac..56aba49f51 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -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: {} -- GitLab