misc: addressed comments

This commit is contained in:
Sheen Capadngan
2025-06-24 18:18:07 +08:00
parent 470d7cca6a
commit f1587d8375
4 changed files with 15 additions and 13 deletions

View File

@@ -21,8 +21,8 @@ infisical:
# -- Infisical Infisical CLI image tag version
tag: "0.41.86"
# -- Template for the data/stringData section of the Kubernetes secret. Available functions: b64enc
secretTemplate: '{"data":{"token":"{{.Identity.Credentials.Token | b64enc}}"}}'
# -- Template for the data/stringData section of the Kubernetes secret. Available functions: encodeBase64
secretTemplate: '{"data":{"token":"{{.Identity.Credentials.Token | encodeBase64}}"}}'
secretDestination:
# -- Name of the bootstrap secret to create in the Kubernetes cluster which will store the formatted root identity credentials