From f6941bc2707d4a2731e29a93f99cf75be4ed9485 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Sun, 5 Mar 2023 10:13:46 +0100 Subject: [PATCH] Remove istio from preview envs Disable injection Do some formatting --- kube/template.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kube/template.yaml b/kube/template.yaml index e1fab04..7aa2a6a 100644 --- a/kube/template.yaml +++ b/kube/template.yaml @@ -1,3 +1,4 @@ +--- - name: $ARGO_APP_BRANCH app: badhouseplants branch: $ARGO_APP_BRANCH @@ -5,8 +6,10 @@ chart_version: $ARGO_APP_CHART_VERSION repo_url: https://git.badhouseplants.net/api/packages/badhouseplants/helm value: | - namespace: + namespace: name: badhouseplants-$ARGO_APP_BRANCH + labels: + istio-injection: disabled istio: hosts: - $ARGO_APP_HOSTNAME