Skip to content

Commit bad26d5

Browse files
Fix broken links to values.yaml and values-openshift.yaml (#31) (#32)
(cherry picked from commit 6dbfe4e) Co-authored-by: Mikalai Radchuk <[email protected]>
1 parent c4a7efa commit bad26d5

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

source/includes/osoffline.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Install `MongoDB Helm Charts for Kubernetes <https://mongodb.github.io/helm-char
55
helm install mongodb-kubernetes-operator mongodb/mongodb-kubernetes \
66
--set registry.pullPolicy='IfNotPresent' \
77
--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
99
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>`__
1111
settings, ``registry.pullPolicy=IfNotPresent``, and
1212
``registry.imagePullSecrets=<openshift-pull-secret>``. To learn
1313
about optional |k8s-op-short| installation settings, see

source/includes/osonline.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Install `MongoDB Helm Charts for Kubernetes <https://mongodb.github.io/helm-char
33
.. code-block:: sh
44
55
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
77
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>`__
99
settings. To learn about optional |k8s-op-short| installation settings,
1010
see :ref:`Operator Helm Installation Settings <meko-op-install-settings-helm>`.

source/includes/steps-upgrade-os-offline-helm-host.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ content: |
2828
helm upgrade mongodb-kubernetes-operator mongodb/mongodb-kubernetes \
2929
--set registry.pullPolicy='IfNotPresent' \
3030
--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
3232
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>`__
3434
settings, ``registry.pullPolicy=IfNotPresent``, and
3535
``registry.imagePullSecrets=<openshift-pull-secret>``. To learn
3636
about optional |k8s-op-short| installation settings, see

source/includes/steps-upgrade-os-online-helm.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ replacement:
3333
content: |
3434
3535
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
3737
about optional |k8s-op-short| installation settings, see
3838
:ref:`Operator Helm Installation Settings<meko-op-install-settings-helm>`.
3939
4040
.. code-block:: sh
4141
4242
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
4444
4545
...

source/reference/helm-operator-settings.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
To provide optional settings, pass them to Helm using the ``--set`` argument.
1919
Use the following files that list value settings for your deployment type:
2020

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>`__
2323

2424
To learn about optional |k8s-op-short| installation settings,
2525
see :ref:`Operator Helm Installation Settings <meko-op-install-settings-helm>`.

source/tutorial/install-k8s-operator.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@ environment:
9999
Install with OpenShift
100100
----------------------
101101

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.
106106

107107
The installation procedure varies based on how you want to configure your
108108
environment:

0 commit comments

Comments
 (0)