Skip to content

Commit b781c77

Browse files
authored
(DOCSP-29803): Fix MEKO kubectl installation steps (#1329)
* Fix installation steps * Apply fix to OpenShift CC
1 parent 58b9661 commit b781c77

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed

source/includes/steps-install-kubectl.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
ref: install-h-chrts
2+
ref: install-kubectl-cd-yaml
33
inherit:
4-
file: steps-helm-master.yaml
5-
ref: install-helm-charts
4+
file: steps-install-master.yaml
5+
ref: install-master-cd
66
stepnum: 1
77
---
88
ref: install-kubectl-crds

source/includes/steps-install-master.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
---
2+
title: "Navigate to the directory in which you cloned the :github:`MongoDB Enterprise Kubernetes Operator repository </mongodb/mongodb-enterprise-kubernetes>`."
3+
level: 4
4+
ref: install-master-cd
5+
content: |
6+
For example, if you cloned the repository in your home directory, run:
7+
8+
.. code-block:: sh
9+
10+
cd ~/mongodb-enterprise-kubernetes
11+
112
---
213
title: "{{method}}"
314
level: 4

source/includes/steps-install-oc.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
ref: install-oc-h-chrts
2+
ref: install-oc-cd-yaml
33
inherit:
4-
file: steps-helm-master.yaml
5-
ref: install-helm-charts
4+
file: steps-install-master.yaml
5+
ref: install-master-cd
66
stepnum: 1
77
---
88
ref: install-oc-crds

0 commit comments

Comments
 (0)