From 05883da3a730c55a330922bdaf6d5430c94f2c03 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 16 Jan 2025 15:09:05 +0100 Subject: [PATCH] Fix mentions to the product project --- modules/dynamic-plugins/proc-create-plugin-tgz-file.adoc | 2 +- .../proc-install-rhdh-airgapped-environment-ocp-helm.adoc | 2 +- modules/installation/proc-install-rhdh-ocp-helm-cli.adoc | 2 +- modules/installation/proc-rhdh-deploy-aks-helm.adoc | 2 +- modules/installation/proc-rhdh-deploy-aks-operator.adoc | 6 +++--- .../observe/proc-admin-enabling-metrics-ocp-operator.adoc | 4 ++-- modules/observe/proc-forward-audit-log-splunk.adoc | 2 +- modules/proc-create-plugin.adoc | 2 +- modules/upgrade/proc-upgrade-rhdh-helm.adoc | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/modules/dynamic-plugins/proc-create-plugin-tgz-file.adoc b/modules/dynamic-plugins/proc-create-plugin-tgz-file.adoc index 1c42f6e488..464316c93d 100644 --- a/modules/dynamic-plugins/proc-create-plugin-tgz-file.adoc +++ b/modules/dynamic-plugins/proc-create-plugin-tgz-file.adoc @@ -50,7 +50,7 @@ To create a plugin registry using HTTP server on {ocp-short}, run the following .Example commands to build and deploy an HTTP server in {ocp-short} [source,terminal] ---- -oc project rhdh +oc project {my-product-namespace} oc new-build httpd --name=plugin-registry --binary oc start-build plugin-registry --from-dir=dynamic-plugins-root --wait oc new-app --image-stream=plugin-registry diff --git a/modules/installation/proc-install-rhdh-airgapped-environment-ocp-helm.adoc b/modules/installation/proc-install-rhdh-airgapped-environment-ocp-helm.adoc index 0f95924184..c6514faac1 100644 --- a/modules/installation/proc-install-rhdh-airgapped-environment-ocp-helm.adoc +++ b/modules/installation/proc-install-rhdh-airgapped-environment-ocp-helm.adoc @@ -94,7 +94,7 @@ If an x509 error occurs, verify that you have link:https://access.redhat.com/sol + [source,terminal] ---- -oc get imagestream -n +oc get imagestream -n {my-product-namespace} ---- . Enable local image lookup for both images by running the following commands: diff --git a/modules/installation/proc-install-rhdh-ocp-helm-cli.adoc b/modules/installation/proc-install-rhdh-ocp-helm-cli.adoc index 20b4a6f5bb..fd97d91b3f 100644 --- a/modules/installation/proc-install-rhdh-ocp-helm-cli.adoc +++ b/modules/installation/proc-install-rhdh-ocp-helm-cli.adoc @@ -14,7 +14,7 @@ You can use the Helm CLI to install {product} on {ocp-brand-name}. * You have installed the Helm CLI tool. .Procedure -. Create and activate the __ {ocp-short} project: +. Create and activate the _<{my-product-namespace}>_{ocp-short} project: + [subs="quotes+"] ---- diff --git a/modules/installation/proc-rhdh-deploy-aks-helm.adoc b/modules/installation/proc-rhdh-deploy-aks-helm.adoc index 6a0163b107..47032c55e7 100644 --- a/modules/installation/proc-rhdh-deploy-aks-helm.adoc +++ b/modules/installation/proc-rhdh-deploy-aks-helm.adoc @@ -108,7 +108,7 @@ The previous command configures the Kubernetes client and sets the current conte helm repo add openshift-helm-charts https://charts.openshift.io/ ---- -. Create and activate the __ namespace: +. Create and activate the _<{my-product-namespace}>_: + [source,terminal,subs="quotes+"] ---- diff --git a/modules/installation/proc-rhdh-deploy-aks-operator.adoc b/modules/installation/proc-rhdh-deploy-aks-operator.adoc index 5da1f37886..ed6160e545 100644 --- a/modules/installation/proc-rhdh-deploy-aks-operator.adoc +++ b/modules/installation/proc-rhdh-deploy-aks-operator.adoc @@ -62,7 +62,7 @@ apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: rhdh-ingress - namespace: + namespace: {my-product-namespace} spec: ingressClassName: webapprouting.kubernetes.azure.com rules: @@ -155,7 +155,7 @@ spec: -- [source,terminal] ---- -kubectl -n apply -f rhdh.yaml +kubectl -n {my-product-namespace} apply -f rhdh.yaml ---- -- @@ -165,6 +165,6 @@ kubectl -n apply -f rhdh.yaml -- [source,terminal] ---- -kubectl -n delete -f rhdh.yaml +kubectl -n {my-product-namespace} delete -f rhdh.yaml ---- -- diff --git a/modules/observe/proc-admin-enabling-metrics-ocp-operator.adoc b/modules/observe/proc-admin-enabling-metrics-ocp-operator.adoc index 66c4960062..409c5c44f6 100644 --- a/modules/observe/proc-admin-enabling-metrics-ocp-operator.adoc +++ b/modules/observe/proc-admin-enabling-metrics-ocp-operator.adoc @@ -26,14 +26,14 @@ apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor metadata: name: # <1> - namespace: # <2> + namespace: {my-product-namespace} # <2> labels: app.kubernetes.io/instance: app.kubernetes.io/name: backstage spec: namespaceSelector: matchNames: - - + - {my-product-namespace} selector: matchLabels: rhdh.redhat.com/app: backstage- diff --git a/modules/observe/proc-forward-audit-log-splunk.adoc b/modules/observe/proc-forward-audit-log-splunk.adoc index 3142582e26..dc502a4a87 100644 --- a/modules/observe/proc-forward-audit-log-splunk.adoc +++ b/modules/observe/proc-forward-audit-log-splunk.adoc @@ -89,7 +89,7 @@ inputs: type: application application: includes: - - namespace: my-developer-hub-namespace + - namespace: {my-product-namespace} containerLimit: maxRecordsPerSecond: 100 ---- diff --git a/modules/proc-create-plugin.adoc b/modules/proc-create-plugin.adoc index 661bcc02fd..d917ea5913 100644 --- a/modules/proc-create-plugin.adoc +++ b/modules/proc-create-plugin.adoc @@ -11,7 +11,7 @@ You can create a plugin for the {product-short} application. .Procedure -. In the terminal application, run the following command from the root of your {product-short} project: +. In the terminal application, run the following command from the root of your {my-product-namespace} project: + -- [source,terminal] diff --git a/modules/upgrade/proc-upgrade-rhdh-helm.adoc b/modules/upgrade/proc-upgrade-rhdh-helm.adoc index 02d8e20179..e222d3f0e3 100644 --- a/modules/upgrade/proc-upgrade-rhdh-helm.adoc +++ b/modules/upgrade/proc-upgrade-rhdh-helm.adoc @@ -32,7 +32,7 @@ It might take a few minutes to delete the resources in the older versions and to [source,terminal] ---- oc login -u -p https://api.:6443 -oc project +oc project {my-product-namespace} ---- . For a new version of the {product-short} Helm chart, run the following upgrade command: