Skip to content

Commit fde243a

Browse files
authored
Merge pull request #101422 from mauroseb/update-pull-secret-fix
[fix] Wrong samples operator managementState JSON path
2 parents 7aae798 + 5d65d28 commit fde243a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/openshift/howto-add-update-pull-secret.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ This section walks through updating that pull secret with additional values from
131131
Run the following command to update your pull secret.
132132

133133
> [!NOTE]
134-
> Running this command will cause your cluster nodes to restart one by one as they're updated.
134+
> Running this command will cause your cluster nodes to restart one by one as they're updated.
135135

136136
```console
137137
oc set data secret/pull-secret -n openshift-config --from-file=.dockerconfigjson=./pull-secret.json
@@ -149,7 +149,7 @@ First, modify the Samples Operator configuration file. Then, you can run the fol
149149
oc edit configs.samples.operator.openshift.io/cluster -o yaml
150150
```
151151

152-
Change the `spec.architectures.managementState` value from `Removed` to `Managed`.
152+
Change the `spec.managementState` value from `Removed` to `Managed`.
153153

154154
The following YAML snippet shows only the relevant sections of the edited YAML file:
155155

@@ -166,7 +166,7 @@ spec:
166166
managementState: Managed
167167
```
168168
169-
Second, run the following command to edit the Operator Hub configuration file:
169+
Second, run the following command to edit the Operator Hub configuration file:
170170
171171
```console
172172
oc edit operatorhub cluster -o yaml

0 commit comments

Comments
 (0)