You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you sure? Your reprod steps are inconsistent. You are talking about helm chart version 7.6.8 and your rendered YAML says:
# ..labels:
helm.sh/chart: argo-cd-5.36.7 # <- this means chart version 5.36.7# ..
You need to update the Helm chart version to the latest (2 new Major versions) to use tls: true. The Helm chart version 5.36.x is using another structure:
Describe the bug
Bad generation of ingress
Related helm chart
argo-cd
Helm chart version
7.6.8
To Reproduce
helm install argocd argo/argo-cd -f argo-cd/values.yaml --dry-run
With this values:
Generate this ingress:
Why tls: true ?
Expected behavior
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: