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
And set "webhook.github.secret" in "argocd-secret" to "$argocd-helm-values:webhook.github.secret". The value will not be replaced and you can check that by configuring the webhook with litterally "$argocd-helm-values:webhook.github.secret" (while any other value will not work meaning that the secret is not correctly replaced).
Expected behavior
The secret to be replaced
Screenshots
Version
Paste the output from `argocd version` here.
Logs
Paste any relevant application logs here.
The text was updated successfully, but these errors were encountered:
Checklist:
argocd version
.Describe the bug
You can't reference other secrets in all the webhook settings with the the syntax $:.
To Reproduce
Have something like that:
And set "webhook.github.secret" in "argocd-secret" to "$argocd-helm-values:webhook.github.secret". The value will not be replaced and you can check that by configuring the webhook with litterally "$argocd-helm-values:webhook.github.secret" (while any other value will not work meaning that the secret is not correctly replaced).
Expected behavior
The secret to be replaced
Screenshots
Version
Paste the output from `argocd version` here.
Logs
The text was updated successfully, but these errors were encountered: