Skip to content

Commit bc188f2

Browse files
authored
Merge pull request #197172 from MicrosoftDocs/MikeRayMSFT-patch-1
Edit code block - add a hyphen
2 parents 61ab446 + 2ea65dc commit bc188f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-arc/data/create-postgresql-hyperscale-server-group.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ If you prefer to try out things without provisioning a full environment yourself
3434
Implement this step before moving to the next step. To deploy PostgreSQL Hyperscale server group onto Red Hat OpenShift in a project other than the default, you need to execute the following commands against your cluster to update the security constraints. This command grants the necessary privileges to the service accounts that will run your PostgreSQL Hyperscale server group. The security context constraint (SCC) arc-data-scc is the one you added when you deployed the Azure Arc data controller.
3535

3636
```Console
37-
oc adm policy add-scc-to-user arc-data-scc -z <server-group-name> -n <namespace name>
37+
oc adm policy add-scc-to-user arc-data-scc -z <server-group-name> -n <namespace-name>
3838
```
3939

4040
**Server-group-name is the name of the server group you will create during the next step.**

0 commit comments

Comments
 (0)