Skip to content

Commit 8a2fc40

Browse files
tahsinrahmank8s-ci-robot
authored andcommitted
Fix frontproxy ca cert (#176)
1 parent b741bfc commit 8a2fc40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cloud/azure/services/config/controlplane.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ echo -n '{{.EtcdCACert}}' > /etc/kubernetes/pki/etcd/ca.crt
162162
echo -n '{{.EtcdCAKey}}' > /etc/kubernetes/pki/etcd/ca.key
163163
chmod 600 /etc/kubernetes/pki/etcd/ca.key
164164
165-
echo -n'{{.FrontProxyCACert}}' > /etc/kubernetes/pki/front-proxy-ca.crt
165+
echo -n '{{.FrontProxyCACert}}' > /etc/kubernetes/pki/front-proxy-ca.crt
166166
echo -n '{{.FrontProxyCAKey}}' > /etc/kubernetes/pki/front-proxy-ca.key
167167
chmod 600 /etc/kubernetes/pki/front-proxy-ca.key
168168

0 commit comments

Comments
 (0)