Skip to content

Commit 2a8e1a0

Browse files
committed
OCPBUGS-16287: Fix yaml formatting
The environment variable PLATFORM was not being correctly set.
1 parent 87962fa commit 2a8e1a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/compliance-operator-hcp-install.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ spec:
8080
config:
8181
nodeSelector:
8282
node-role.kubernetes.io/worker: ""
83-
env:
84-
- name: PLATFORM
85-
value: "HyperShift"
83+
env:
84+
- name: PLATFORM
85+
value: "HyperShift"
8686
----
8787

8888
. Create the `Subscription` object by running the following command:

0 commit comments

Comments
 (0)