Skip to content

Commit 8081caf

Browse files
committed
escape notes command
go templating has to be escaped for template value increase to v0.2.2
1 parent b2b09cb commit 8081caf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords:
1010

1111
type: application
1212

13-
version: 0.2.1
13+
version: 0.2.2
1414

1515
appVersion: "latest"
1616

templates/NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Your VPN server was created.
22
Please use the following command to get your iOS profile:
33

4-
$ kubectl get secrets vpn-ios-profile-ios-profile --template '{{ index .data "vpn-<username>.mobileconfig" }}' | base64 -d
4+
$ kubectl get secrets vpn-ios-profile-ios-profile --template '{{`{{ index .data "vpn-<username>.mobileconfig" }}`}}' | base64 -d

0 commit comments

Comments
 (0)