Skip to content

Commit 77cfc1f

Browse files
committed
fix: k3s detokenization
1 parent 1ad31a0 commit 77cfc1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
list_servers_private_ips = "<K3S_SERVERS_PRIVATE_IPS>"
2-
list_servers_public_ips = "<K3S_SERVERS_PUBLIC_IPS>"
1+
list_servers_private_ips = <K3S_SERVERS_PRIVATE_IPS>
2+
list_servers_public_ips = <K3S_SERVERS_PUBLIC_IPS>
33
ssh_user = "<SSH_USER>"
44
ssh_private_key = "<SSH_PRIVATE_KEY_PATH>"
5-
servers_args = "<K3S_SERVERS_ARGS>"
5+
servers_args = <K3S_SERVERS_ARGS>

0 commit comments

Comments
 (0)