Add sprig functions to sealed secret template
What this PR does / why we need it:
This can be useful if you are familiar with Helm template like below.
- type: OCI
address: docker.pkg.dev
username: _json_key_base64
password: {{ .encryptedSecrets.serviceAccount | b64enc }}
Does this PR introduce a user-facing change?:
NONE
@golemiso Hi, Thank you for your PR. 🎊
Hi @golemiso, thanks for your contribution 🙏 We marked the SealedSecret feature as deprecated in the last few versions of PipeCD already so I think we will not process your suggestion with that. Please use the Secret Management feature instead. https://pipecd.dev/docs/user-guide/managing-application/secret-management/
Again, thanks a lot for your contribution 😄
I did the same for the Secret Management feature: https://github.com/pipe-cd/pipecd/pull/3941