Skip to content

Commit

Permalink
Fix px-spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfgang Kulhanek authored and Wolfgang Kulhanek committed Feb 12, 2025
1 parent d590c37 commit 252b3a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/modules/ROOT/pages/pxe-osv-01.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ To integrate OpenShift’s monitoring and alerting system with Portworx, create
----
cat << EOF | oc apply -f -
apiVersion: v1
kind: ConfigMap
metadata:
kind: ConfigMap
metadata:
name: cluster-monitoring-config
namespace: openshift-monitoring
data:
Expand Down Expand Up @@ -102,7 +102,7 @@ curl -o $HOME/px-spec.yaml 'https://install.portworx.com/3.1.6?operator=true&mc=
Take a look at our current manifest by using the cat utility:

[source,sh,role=execute]
----Create a new project"
----
cat -n $HOME/px-spec.yaml
----

Expand Down

0 comments on commit 252b3a4

Please sign in to comment.