File tree Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ Install `MongoDB Helm Charts for Kubernetes <https://mongodb.github.io/helm-char
5
5
helm install mongodb-kubernetes-operator mongodb/mongodb-kubernetes \
6
6
--set registry.pullPolicy=' IfNotPresent' \
7
7
--set registry.imagePullSecrets=' <openshift-pull-secret>' \
8
- --values https://raw.githubusercontent.com/mongodb/helm-charts/main/charts/kubernetes-operator /values-openshift.yaml
8
+ --values https://raw.githubusercontent.com/mongodb/helm-charts/main/charts/mongodb-kubernetes /values-openshift.yaml
9
9
10
- Use the `values-openshift.yaml <https://raw.githubusercontent.com/mongodb/helm-charts/main/charts/kubernetes-operator /values-openshift.yaml >`__
10
+ Use the `values-openshift.yaml <https://raw.githubusercontent.com/mongodb/helm-charts/main/charts/mongodb-kubernetes /values-openshift.yaml >`__
11
11
settings, ``registry.pullPolicy=IfNotPresent ``, and
12
12
``registry.imagePullSecrets=<openshift-pull-secret> ``. To learn
13
13
about optional |k8s-op-short | installation settings, see
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ Install `MongoDB Helm Charts for Kubernetes <https://mongodb.github.io/helm-char
3
3
.. code-block :: sh
4
4
5
5
helm install mongodb-kubernetes-operator mongodb/mongodb-kubernetes \
6
- --values https://raw.githubusercontent.com/mongodb/helm-charts/main/charts/kubernetes-operator /values-openshift.yaml
6
+ --values https://raw.githubusercontent.com/mongodb/helm-charts/main/charts/mongodb-kubernetes /values-openshift.yaml
7
7
8
- Use the `values-openshift.yaml <https://raw.githubusercontent.com/mongodb/helm-charts/main/charts/kubernetes-operator /values-openshift.yaml >`__
8
+ Use the `values-openshift.yaml <https://raw.githubusercontent.com/mongodb/helm-charts/main/charts/mongodb-kubernetes /values-openshift.yaml >`__
9
9
settings. To learn about optional |k8s-op-short | installation settings,
10
10
see :ref: `Operator Helm Installation Settings <meko-op-install-settings-helm >`.
Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ content: |
28
28
helm upgrade mongodb-kubernetes-operator mongodb/mongodb-kubernetes \
29
29
--set registry.pullPolicy='IfNotPresent' \
30
30
--set registry.imagePullSecrets='<openshift-pull-secret>' \
31
- --values https://raw.githubusercontent.com/mongodb/helm-charts/main/charts/kubernetes-operator /values-openshift.yaml
31
+ --values https://raw.githubusercontent.com/mongodb/helm-charts/main/charts/mongodb-kubernetes /values-openshift.yaml
32
32
33
- Use the `values-openshift.yaml <https://raw.githubusercontent.com/mongodb/helm-charts/main/charts/kubernetes-operator /values-openshift.yaml>`__
33
+ Use the `values-openshift.yaml <https://raw.githubusercontent.com/mongodb/helm-charts/main/charts/mongodb-kubernetes /values-openshift.yaml>`__
34
34
settings, ``registry.pullPolicy=IfNotPresent``, and
35
35
``registry.imagePullSecrets=<openshift-pull-secret>``. To learn
36
36
about optional |k8s-op-short| installation settings, see
Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ replacement:
33
33
content : |
34
34
35
35
Invoke the following ``helm upgrade`` command.
36
- Use `values-openshift.yaml <https://raw.githubusercontent.com/mongodb/helm-charts/main/charts/kubernetes-operator /values-openshift.yaml>`__ settings. To learn
36
+ Use `values-openshift.yaml <https://raw.githubusercontent.com/mongodb/helm-charts/main/charts/mongodb-kubernetes /values-openshift.yaml>`__ settings. To learn
37
37
about optional |k8s-op-short| installation settings, see
38
38
:ref:`Operator Helm Installation Settings<meko-op-install-settings-helm>`.
39
39
40
40
.. code-block:: sh
41
41
42
42
helm upgrade mongodb-kubernetes-operator mongodb/mongodb-kubernetes \
43
- --values https://raw.githubusercontent.com/mongodb/helm-charts/main/charts/kubernetes-operator /values-openshift.yaml
43
+ --values https://raw.githubusercontent.com/mongodb/helm-charts/main/charts/mongodb-kubernetes /values-openshift.yaml
44
44
45
45
...
Original file line number Diff line number Diff line change 18
18
To provide optional settings, pass them to Helm using the ``--set`` argument.
19
19
Use the following files that list value settings for your deployment type:
20
20
21
- - Vanilla |k8s|: `values.yaml <https://raw.githubusercontent.com/mongodb/helm-charts/main/charts/enterprise-operator /values.yaml>`__
22
- - OpenShift: `values-openshift.yaml <https://raw.githubusercontent.com/mongodb/helm-charts/main/charts/kubernetes-operator /values-openshift.yaml>`__
21
+ - Vanilla |k8s|: `values.yaml <https://raw.githubusercontent.com/mongodb/helm-charts/main/charts/mongodb-kubernetes /values.yaml>`__
22
+ - OpenShift: `values-openshift.yaml <https://raw.githubusercontent.com/mongodb/helm-charts/main/charts/mongodb-kubernetes /values-openshift.yaml>`__
23
23
24
24
To learn about optional |k8s-op-short| installation settings,
25
25
see :ref:`Operator Helm Installation Settings <meko-op-install-settings-helm>`.
Original file line number Diff line number Diff line change @@ -99,10 +99,10 @@ environment:
99
99
Install with OpenShift
100
100
----------------------
101
101
102
- Before you begin, ensure that the ``MANAGED_SECURITY_CONTEXT`` flag is set
103
- to ``true`` when you deploy the |k8s-op-short| to OpenShift. This value is
104
- pre-defined in the `values-openshift.yaml
105
- <https://raw.githubusercontent.com/mongodb/helm-charts/main/charts/kubernetes-operator /values-openshift.yaml>`__ file.
102
+ Before you begin, ensure that the ``MANAGED_SECURITY_CONTEXT`` flag is set
103
+ to ``true`` when you deploy the |k8s-op-short| to OpenShift. This value is
104
+ pre-defined in the `values-openshift.yaml
105
+ <https://raw.githubusercontent.com/mongodb/helm-charts/main/charts/mongodb-kubernetes /values-openshift.yaml>`__ file.
106
106
107
107
The installation procedure varies based on how you want to configure your
108
108
environment:
You can’t perform that action at this time.
0 commit comments