dumpnet-argo/charts/argocd/values.yaml

14 lines
322 B
YAML
Raw Normal View History

# ArgoCD helm values
# https://github.com/argoproj/argo-helm/blob/main/charts/argo-cd/values.yaml
server:
ingress:
enabled: true
ingressClassName: nginx
2026-08-18 10:00:53 -04:00
hostname: argocd.{{ .Values.domain }}
tls: true
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
extraArgs:
- --insecure