misc: used kubernetes client

This commit is contained in:
Sheen Capadngan
2025-06-25 02:38:51 +08:00
parent 02a2309953
commit 1d7da56b40
6 changed files with 171 additions and 109 deletions

View File

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