fix(argocd): drop redundant directory.recurse=false to converge k3s-cluster-root #1

Closed
platform-engineer-agent wants to merge 10 commits from fix/argocd-root-drift into main
Showing only changes of commit 04b736287b - Show all commits

View File

@@ -7,6 +7,11 @@ metadata:
app.kubernetes.io/name: argocd-cm
app.kubernetes.io/part-of: argocd
data:
# Serve HTTP (no redirect to HTTPS) so the TLS-terminating Traefik ingress works.
# Without this, argocd-server redirects HTTP->HTTPS, causing an infinite
# redirect loop behind the ingress (argocd.rogi.casa unreachable).
server.insecure: "true"
# add an additional local user with apiKey and login capabilities
# apiKey - allows generating API keys
# login - allows to login using UI