From 5db059bb286c50622f692a5fcc8eb31c5c89e3b6 Mon Sep 17 00:00:00 2001 From: Asara Date: Sat, 8 Jul 2023 15:08:25 -0400 Subject: [PATCH] Lets try this again --- argo/apps/templates/helm-apps.yaml | 3 +++ argo/apps/values.yaml | 5 ----- argo/goldpinger/values.yaml | 8 ++++++++ 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/argo/apps/templates/helm-apps.yaml b/argo/apps/templates/helm-apps.yaml index 1f4b474..6851a93 100644 --- a/argo/apps/templates/helm-apps.yaml +++ b/argo/apps/templates/helm-apps.yaml @@ -23,6 +23,9 @@ spec: - repoURL: 'https://git.minhas.io/Asara/k8s.git' targetRevision: master path: argo/istio-ingress + helm: + valueFiles: + - $values/argo/{{ .app }}/values.yaml syncPolicy: automated: prune: true diff --git a/argo/apps/values.yaml b/argo/apps/values.yaml index 3d54619..4c3eaf1 100644 --- a/argo/apps/values.yaml +++ b/argo/apps/values.yaml @@ -5,8 +5,3 @@ helmApps: repoURL: https://okgolove.github.io/helm-charts chart: goldpinger revision: 5.5.0 - istio: - commonName: goldpinger.teapot.masked.name - ingressSelector: ingressgateway-internal - issuer: vault-issuer - port: 80 diff --git a/argo/goldpinger/values.yaml b/argo/goldpinger/values.yaml index 36a66d3..5bc894c 100644 --- a/argo/goldpinger/values.yaml +++ b/argo/goldpinger/values.yaml @@ -1,3 +1,11 @@ --- service: type: ClusterIP + +istio: + name: goldpinger + namespace: goldpinger + commonName: goldpinger.teapot.masked.name + ingressSelector: ingressgateway-internal + issuer: vault-issuer + port: 80