Skip to content

Commit 6fef6c2

Browse files
authored
Update install_connected.md (#680)
fixing numbering
1 parent d64b873 commit 6fef6c2

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

install/install_connected.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -66,24 +66,24 @@ You must meet the following requirements before you install Red Hat Advanced Clu
6666
6767
1. Create a `.yaml` file that defines the subscription. Your file should look similar to the following example:
6868
69-
```
70-
apiVersion: operators.coreos.com/v1alpha1
71-
kind: Subscription
72-
metadata:
73-
name: acm-operator-subscription
74-
spec:
75-
sourceNamespace: openshift-marketplace
76-
source: redhat-operators
77-
channel: release-1.0
78-
installPlanApproval: Automatic
79-
name: advanced-cluster-management
80-
```
69+
```
70+
apiVersion: operators.coreos.com/v1alpha1
71+
kind: Subscription
72+
metadata:
73+
name: acm-operator-subscription
74+
spec:
75+
sourceNamespace: openshift-marketplace
76+
source: redhat-operators
77+
channel: release-1.0
78+
installPlanApproval: Automatic
79+
name: advanced-cluster-management
80+
```
8181
82-
2. Apply the subscription:
82+
2. Apply the subscription:
8383
84-
```
85-
oc apply -f local/<subscription>.yaml
86-
```
84+
```
85+
oc apply -f local/<subscription>.yaml
86+
```
8787
8888
5. Generate a pull secret to access the entitled content from the distribution registry. **Important:** Pull secrets are namespace-specific, so make sure that you are in the namespace that you created in step 1.
8989

0 commit comments

Comments
 (0)