Skip to content

Commit

Permalink
enable helm for kustomize
Browse files Browse the repository at this point in the history
  • Loading branch information
diogosilva30 committed Nov 12, 2024
1 parent ac28023 commit 6fe3dfb
Showing 1 changed file with 6 additions and 23 deletions.
29 changes: 6 additions & 23 deletions bootstrap/argo-cd/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,12 @@ kind: Kustomization
namespace: argocd
apiVersion: kustomize.config.k8s.io/v1beta1

# configMapGenerator:
# - behavior: merge
# name: argocd-cm
# namespace: argocd
# literals:
# - 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/
# - exec.enabled="true"
# - timeout.reconciliation=15s
# # Need to specify URL of argo, otherwise we get error on OIDC:
# # https://github.com/argoproj/argo-helm/issues/1593
# - url="https://argo.lab.local"
# # Configure OIDC authentication
# # https://argo-cd.readthedocs.io/en/stable/operator-manual/user-management/#existing-oidc-provider
# - |
# oidc.config=
# name: Keycloak Shared Services
# issuer: https://idp.dsilva.dev/realms/master
# clientID: argocd
# clientSecret: $oidc.keycloak.clientSecret
# requestedScopes: ["openid", "profile", "email", "groups"]
# redirectURL: https://argo.lab.local/
configMapGenerator:
- behavior: merge
name: argocd-cmd-params-cm
literals:
# Disable HTTPS redirection
- server.insecure="true"

resources:
# Prometheus operator CRDs
Expand Down

0 comments on commit 6fe3dfb

Please sign in to comment.