1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

Terminology changes from Gowrishankar Rajaiyan and Sebastian Scheinkman.

Signed-off-by: Stephen Smith <stesmith@redhat.com>
This commit is contained in:
Stephen Smith
2020-06-04 15:11:01 -04:00
committed by openshift-cherrypick-robot
parent 1c6beb1290
commit bbb0b46bb6
2 changed files with 6 additions and 6 deletions

View File

@@ -30,7 +30,7 @@ and then save the YAML in the `pao-namespace.yaml` file:
apiVersion: v1
kind: Namespace
metadata:
name: performance-addon-operator
name: openshift-performance-addon-operator
labels:
openshift.io/run-level: "1"
----
@@ -51,7 +51,7 @@ pao-operatorgroup.yaml` file:
apiVersion: operators.coreos.com/v1
kind: OperatorGroup
metadata:
name: performance-addon-operator
name: openshift-performance-addon-operator
namespace: openshift-performance-addon-operator
spec:
targetNamespaces:
@@ -81,11 +81,11 @@ $ oc get packagemanifest performance-addon-operator -n openshift-marketplace -o
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
name: performance-addon-operator-subscription
name: openshift-performance-addon-operator-subscription
namespace: openshift-performance-addon-operator
spec:
channel: <channel> <1>
name: performance-addon-operator
name: openshift-performance-addon-operator
source: redhat-operators <2>
sourceNamespace: openshift-marketplace
----

View File

@@ -1,6 +1,6 @@
// Epic CNF-40
[id="cnf-building-and-deploying-a-dpdk-payload"]
= Building and deploying a DPDK payload using the S2I image
[id="cnf-building-and-deploying-a-dpdk-application"]
= Building and deploying a DPDK application using the S2I image
include::modules/common-attributes.adoc[]
:context: building-deploying-DPDK-using-s2i-image
toc::[]