mirror of https://github.com/apache/cloudstack.git
Fix missing quotes
This commit is contained in:
parent
e7884b3739
commit
313facb8b5
|
|
@ -256,7 +256,7 @@ write_files:
|
|||
kind: InitConfiguration
|
||||
bootstrapTokens:
|
||||
- token: "{{ k8s_control_node.cluster.token }}"
|
||||
ttl: 0
|
||||
ttl: "0"
|
||||
nodeRegistration:
|
||||
criSocket: /run/containerd/containerd.sock
|
||||
localAPIEndpoint:
|
||||
|
|
|
|||
Loading…
Reference in New Issue