Skip to content

Commit e02945f

Browse files
authored
Merge pull request #52479 from skopacz1/GH52440_attribute_switch
GH#52440: attribute switch
2 parents 736e5e9 + 0054915 commit e02945f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ipi-install-replacing-a-bare-metal-control-plane-node.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ metadata:
6565
name: control-plane-<num>-bmc-secret <1>
6666
namespace: openshift-machine-api
6767
data:
68-
password: <base64_of_uid> <2>
69-
username: <base64_of_pwd> <3>
68+
username: <base64_of_uid> <2>
69+
password: <base64_of_pwd> <3>
7070
type: Opaque
7171
---
7272
apiVersion: metal3.io/v1alpha1

0 commit comments

Comments
 (0)