We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2b09cb commit 8081cafCopy full SHA for 8081caf
Chart.yaml
@@ -10,7 +10,7 @@ keywords:
10
11
type: application
12
13
-version: 0.2.1
+version: 0.2.2
14
15
appVersion: "latest"
16
templates/NOTES.txt
@@ -1,4 +1,4 @@
1
Your VPN server was created.
2
Please use the following command to get your iOS profile:
3
4
-$ kubectl get secrets vpn-ios-profile-ios-profile --template '{{ index .data "vpn-<username>.mobileconfig" }}' | base64 -d
+$ kubectl get secrets vpn-ios-profile-ios-profile --template '{{`{{ index .data "vpn-<username>.mobileconfig" }}`}}' | base64 -d
0 commit comments