2025-04-27 19:32:28 +02:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
configMapGenerator:
|
|
|
|
- behavior: merge
|
|
|
|
literals:
|
2025-05-02 09:57:57 +02:00
|
|
|
# Enable helm usage from kustomize (see https://github.com/argoproj/argo-cd/issues/2789#issuecomment-960271294)
|
|
|
|
- kustomize.buildOptions="--enable-helm"
|
2025-04-27 19:32:28 +02:00
|
|
|
- |
|
|
|
|
repository.credentials=- passwordSecret:
|
|
|
|
key: git_token
|
|
|
|
name: autopilot-secret
|
|
|
|
url: https://forgejo.mixinet.net/
|
|
|
|
usernameSecret:
|
|
|
|
key: git_username
|
|
|
|
name: autopilot-secret
|
|
|
|
name: argocd-cm
|
2025-04-28 07:35:41 +02:00
|
|
|
# Disable TLS for the Argo Server (see https://argo-cd.readthedocs.io/en/stable/operator-manual/ingress/#traefik-v30)
|
|
|
|
- behavior: merge
|
|
|
|
literals:
|
|
|
|
- "server.insecure=true"
|
|
|
|
name: argocd-cmd-params-cm
|
2025-04-27 19:32:28 +02:00
|
|
|
kind: Kustomization
|
|
|
|
namespace: argocd
|
|
|
|
resources:
|
|
|
|
- github.com/argoproj-labs/argocd-autopilot/manifests/base?ref=v0.4.19
|
2025-04-28 09:23:40 +02:00
|
|
|
- ingress_route.yaml
|