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
I need to replace the {{ }} syntax in the following template:
{{ with getSecretByName "d821f21d-aa90-453b-8448-8c78c1160a0e" "dev" "/" "POSTHOG_HOST" }}
{{ if .Value }}
password = "{{ .Value }}"
{{ end }}
{{ end }}
However, I want to ensure that all functionalities are retained. I attempted using << >> as an alternative, but it did not work. Is there any other character or syntax I can use to achieve this?
Thank you for your help!
The text was updated successfully, but these errors were encountered:
Hello,
I need to replace the {{ }} syntax in the following template:
However, I want to ensure that all functionalities are retained. I attempted using << >> as an alternative, but it did not work. Is there any other character or syntax I can use to achieve this?
Thank you for your help!
The text was updated successfully, but these errors were encountered: