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
{{ message }}
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
apiVersion: v1data:
context: | mysecret: $mysecrettemplate.some-template: | message: | The secret is {{ .context.mysecret }} <=== doesn't work The secret is $mysecret <======== doesn't work either
How can I inject mysecret into my templates?
Use-case: The secret is needed in the payload body of a webhook.
The text was updated successfully, but these errors were encountered:
Given that
mysecret
is a key inargocd-notifications-secret
:I am unable to use
mysecret
inside my template:How can I inject
mysecret
into my templates?Use-case: The secret is needed in the payload body of a webhook.
The text was updated successfully, but these errors were encountered: