We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8379cb1 + 0a61215 commit 2143fe4Copy full SHA for 2143fe4
examples/multi-node-example.yaml
@@ -131,6 +131,7 @@ apiVersion: cluster.x-k8s.io/v1beta1
131
kind: MachineDeployment
132
metadata:
133
name: test-multinode-worker
134
+ namespace: test-capi
135
labels:
136
cluster.x-k8s.io/cluster-name: test-multinode
137
spec:
@@ -159,6 +160,7 @@ apiVersion: bootstrap.cluster.x-k8s.io/v1alpha1
159
160
kind: OpenshiftAssistedConfigTemplate
161
162
163
164
165
166
@@ -170,4 +172,4 @@ spec:
170
172
- 'metal3.io/uuid="${METADATA_UUID}"'
171
173
pullSecretRef:
174
name: "pull-secret"
- sshAuthorizedKey: <SSH_AUTHORIZED_KEY>
175
+ sshAuthorizedKey: <SSH_AUTHORIZED_KEY>
0 commit comments