We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7288b9d commit 15af0b1Copy full SHA for 15af0b1
1 file changed
charts/coco-supported/kbs-access/templates/sealed-secret.yaml
@@ -6,5 +6,5 @@ metadata:
6
7
data:
8
# Base64 encoding of install-config yaml
9
- secret: "{{ printf "sealed.fakejwsheader.%s.fakesignature" (tpl ( .Files.Get "sealed-secret.json" ) . | base64 ) | b64enc }}"
+ secret: "{{ printf "sealed.fakejwsheader.%s.fakesignature" (tpl ( .Files.Get "sealed-secret.json" ) . | b64enc ) | b64enc }}"
10
type: Generic
0 commit comments