We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71682d3 commit 880df1fCopy full SHA for 880df1f
templates/cluster-template-openstack.yaml
@@ -24,7 +24,6 @@ spec:
24
cloudName: ${OPENSTACK_CLOUD}
25
identityRef:
26
name: ${OPENSTACK_CLOUD_CONFIG_SECRET_NAME}
27
- kind: Secret
28
nodeCidr: ${OPENSTACK_NETWORK_CIDR}
29
disablePortSecurity: true
30
dnsNameservers: [${OPENSTACK_DNS_NAMESERVERS:= }]
@@ -70,7 +69,6 @@ spec:
70
69
71
72
73
74
---
75
apiVersion: cluster.x-k8s.io/v1beta1
76
kind: MachineDeployment
@@ -106,7 +104,6 @@ spec:
106
104
107
105
108
109
110
flavor: ${OPENSTACK_NODE_MACHINE_FLAVOR}
111
image: ${OPENSTACK_IMAGE_NAME}
112
sshKeyName: ${OPENSTACK_SSH_KEY_NAME}
0 commit comments