Skip to content

Commit 646be34

Browse files
Merge pull request #1100 from bshephar/docs-indentation
Fix indentation in docs examples
2 parents 4853403 + 68640da commit 646be34

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/assemblies/con_provisioning-bare-metal-data-plane-nodes.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ For user-provisioned insfrastructure a provisioning CR has to be created manuall
3434
metadata:
3535
name: provisioning-configuration
3636
spec:
37-
provisioningNetwork: "Disabled"
38-
watchAllNamespaces: false
37+
provisioningNetwork: "Disabled"
38+
watchAllNamespaces: false
3939

4040
BMO manages the available hosts on clusters and performs the following operations:
4141

@@ -67,11 +67,11 @@ Sample BMH spec:
6767
apiVersion: metal3.io/v1alpha1
6868
kind: BareMetalHost
6969
metadata:
70-
name: edpm-compute-01
71-
namespace: openstack
72-
labels:
73-
app: openstack
74-
workload: compute
70+
name: edpm-compute-01
71+
namespace: openstack
72+
labels:
73+
app: openstack
74+
workload: compute
7575
spec:
7676
bmc:
7777
address: redfish+http://192.168.111.1:8000/redfish/v1/Systems/e8efd888-f844-4fe0-9e2e-498f4ab7806d

0 commit comments

Comments
 (0)