From c92d6bf00f02c4fedf1f69170a281f752d7e8f35 Mon Sep 17 00:00:00 2001 From: Diogo Silva Date: Tue, 12 Nov 2024 22:58:55 +0000 Subject: [PATCH] fix argocd configmap patch --- bootstrap/argo-cd/kustomization.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/bootstrap/argo-cd/kustomization.yaml b/bootstrap/argo-cd/kustomization.yaml index c1304cd..f023e13 100644 --- a/bootstrap/argo-cd/kustomization.yaml +++ b/bootstrap/argo-cd/kustomization.yaml @@ -5,15 +5,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1 configMapGenerator: - behavior: merge name: argocd-cm + namespace: argocd literals: - # - | - # repository.credentials=- passwordSecret: - # key: git_token - # name: autopilot-secret - # url: https://github.com/ - # usernameSecret: - # key: git_username - # name: autopilot-secret - kustomize.buildOptions=--enable-alpha-plugins --enable-helm --load-restrictor LoadRestrictionsNone # Enable web terminal to exec into pods # https://argo-cd.readthedocs.io/en/stable/operator-manual/web_based_terminal/