13 lines
322 B
YAML
13 lines
322 B
YAML
# ArgoCD helm values
|
|
# https://github.com/argoproj/argo-helm/blob/main/charts/argo-cd/values.yaml
|
|
|
|
server:
|
|
ingress:
|
|
enabled: true
|
|
ingressClassName: nginx
|
|
hostname: argocd.{{ .Values.domain }}
|
|
tls: true
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
|
extraArgs:
|
|
- --insecure
|