From d47ca0df470412ddc84e182ddf5c2c1d49164594 Mon Sep 17 00:00:00 2001 From: Linus Vogel Date: Thu, 23 Jul 2026 21:19:03 +0200 Subject: [PATCH] autocommit --- helm/argocd/kustomization.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/helm/argocd/kustomization.yaml b/helm/argocd/kustomization.yaml index ddf6213..6b68738 100644 --- a/helm/argocd/kustomization.yaml +++ b/helm/argocd/kustomization.yaml @@ -1,16 +1,16 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: argocd -helmCharts: - - name: argocd - repo: https://argoproj.github.io/argo-helm - version: 10.0.0 - releaseName: argocd - namespace: argocd - includeCRDs: true - valuesFile: helm/values.yaml +#helmCharts: +# - name: argocd +# repo: https://argoproj.github.io/argo-helm +# version: 10.0.0 +# releaseName: argocd +# namespace: argocd +# includeCRDs: true +# valuesFile: helm/values.yaml resources: -# - argocd-10.0.0.yaml + - argocd-10.0.0.yaml - templates/virtualservice.yaml - templates/namespace.yaml # - templates/destinationrule.yaml