Skip to content

Commit

Permalink
fix argocd configmap patch
Browse files Browse the repository at this point in the history
  • Loading branch information
diogosilva30 committed Nov 12, 2024
1 parent bdbfa19 commit c92d6bf
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions bootstrap/argo-cd/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit c92d6bf

Please sign in to comment.