fix: use "" instead of use ''

This commit is contained in:
fengcaiwen
2022-11-05 09:10:30 +08:00
committed by wencaiwulue
parent 4e4d69b439
commit cb74a7e29e
3 changed files with 3 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ iptables -P FORWARD ACCEPT
iptables -t nat -A PREROUTING ! -p icmp -j DNAT --to ${LocalTunIP}
iptables -t nat -A POSTROUTING ! -p icmp -j MASQUERADE
iptables -t nat -A OUTPUT -o lo ! -p icmp -j DNAT --to-destination ${LocalTunIP}
kubevpn serve -L 'tun://0.0.0.0:8421/${TrafficManagerRealIP}:8422?net=${InboundPodTunIP}&route=${Route}' --debug=true`,
kubevpn serve -L "tun://0.0.0.0:8421/${TrafficManagerRealIP}:8422?net=${InboundPodTunIP}&route=${Route}" --debug=true`,
},
SecurityContext: &corev1.SecurityContext{
Capabilities: &corev1.Capabilities{