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
Hello.
Ingress which is setup by this module references to not existing secret. TLS key and cert are kept in argocd-secret
but in default values.yaml in this module reference to argocd-tls:
Hello.
Ingress which is setup by this module references to not existing secret. TLS key and cert are kept in argocd-secret
but in default values.yaml in this module reference to argocd-tls:
terraform-kubernetes-argocd/helm/values/values.yaml
Line 97 in e4d58ec
I know that it is easy to modify that by
argocd_config.values_yaml
with provided yaml file:but then substitution to tls.hosts
terraform-kubernetes-argocd/helm/values/values.yaml
Line 99 in e4d58ec
Is there sth I can use to make it work?
It seems like rename the default value of secret to
argocd-secret
here:terraform-kubernetes-argocd/helm/values/values.yaml
Line 97 in e4d58ec
would solve the issue.
Regards, Dawid.
The text was updated successfully, but these errors were encountered: