Disable TLS for the argocd-server
This commit is contained in:
parent
6b6f30a2ef
commit
a551429497
1 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,11 @@ configMapGenerator:
|
||||||
key: git_username
|
key: git_username
|
||||||
name: autopilot-secret
|
name: autopilot-secret
|
||||||
name: argocd-cm
|
name: argocd-cm
|
||||||
|
# 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
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
resources:
|
resources:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue