Skip to content

Commit 15af0b1

Browse files
committed
fix: correct encoder
Signed-off-by: Chris Butler <chris.butler@redhat.com>
1 parent 7288b9d commit 15af0b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/coco-supported/kbs-access/templates/sealed-secret.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ metadata:
66

77
data:
88
# Base64 encoding of install-config yaml
9-
secret: "{{ printf "sealed.fakejwsheader.%s.fakesignature" (tpl ( .Files.Get "sealed-secret.json" ) . | base64 ) | b64enc }}"
9+
secret: "{{ printf "sealed.fakejwsheader.%s.fakesignature" (tpl ( .Files.Get "sealed-secret.json" ) . | b64enc ) | b64enc }}"
1010
type: Generic

0 commit comments

Comments
 (0)