Skip to content

Commit

Permalink
SCC link fix (#226)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Mattsson <[email protected]>
  • Loading branch information
datamattsson authored Jan 21, 2025
1 parent b70ed1d commit 88ac1c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/csi_driver/partners/redhat_openshift/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ oc new-project hpe-storage --display-name="HPE CSI Driver for Kubernetes"
!!! important
The rest of this implementation guide assumes the default "hpe-storage" `Namespace`. If a different `Namespace` is desired. Update the `ServiceAccount` `Namespace` in the SCC below.

<div id="scc" />Deploy or [download]({{ config.site_url}}partners/redhat_openshift/examples/scc/hpe-csi-scc.yaml) the SCC:
<div id="scc" />Deploy or [download]({{ config.site_url}}csi_driver/partners/redhat_openshift/examples/scc/hpe-csi-scc.yaml) the SCC:

```text
oc apply -f {{ config.site_url}}partners/redhat_openshift/examples/scc/hpe-csi-scc.yaml
oc apply -f {{ config.site_url}}csi_driver/partners/redhat_openshift/examples/scc/hpe-csi-scc.yaml
securitycontextconstraints.security.openshift.io/hpe-csi-controller-scc created
securitycontextconstraints.security.openshift.io/hpe-csi-node-scc created
securitycontextconstraints.security.openshift.io/hpe-csi-csp-scc created
Expand Down

0 comments on commit 88ac1c4

Please sign in to comment.