Skip to content

Commit

Permalink
fixed: Yaml indentation in example (#68)
Browse files Browse the repository at this point in the history
Incorrect Yaml indentation of the storageType parameter in the "Option B" example, causing the parameter to be misinterpreted. This change has been successfully tested on Red Hat Openshift Container Platform.
  • Loading branch information
gaquilin authored Nov 27, 2024
1 parent fe8fc8f commit 90fc553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/openshift/post-install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Based on requirements, choose one of the following options:
#nfsServerName above is File Server Name in Prism without DNS suffix, not the FQDN.
csi.storage.k8s.io/provisioner-secret-name: ntnx-secret
csi.storage.k8s.io/provisioner-secret-namespace: openshift-cluster-csi-drivers
storageType: NutanixFiles
storageType: NutanixFiles

2. Create a PVC yaml file like the below example and apply in the openshift-image-registry namespace (`oc -n openshift-image-registry apply -f <filename>`).

Expand Down

0 comments on commit 90fc553

Please sign in to comment.