Skip to content

Commit e5409d3

Browse files
(DOCSP-7725): made pullsecrets more prominent per tech review
1 parent e7e2d86 commit e5409d3

File tree

2 files changed

+25
-13
lines changed

2 files changed

+25
-13
lines changed

source/includes/list-tables/os-helm-install-options.rst

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@
55
* - Setting
66
- When to Use
77

8+
* - ``registry.imagePullSecrets``
9+
- |k8s-secret| that contains the credentials required to pull imagePullSecrets
10+
from the repository.
11+
12+
.. important::
13+
14+
This setting is mandatory for OpenShift installs. You must
15+
either define it in this file or pass it when you install the
16+
|k8s-op-short| using Helm.
17+
18+
.. example::
19+
20+
.. code-block:: sh
21+
:emphasize-lines: 2
22+
23+
registry:
24+
imagePullSecrets: <openshift-pull-secret>
25+
826
* - ``namespace``
927
- To use a different namespace, you need to specify that
1028
``namespace``.
@@ -74,15 +92,3 @@
7492
7593
operator:
7694
watchNamespace: *
77-
78-
* - ``registry.imagePullSecrets``
79-
- |k8s-secret| that contains the credentials required to pull imagePullSecrets
80-
from the repository.
81-
82-
.. example::
83-
84-
.. code-block:: sh
85-
:emphasize-lines: 2
86-
87-
registry:
88-
imagePullSecrets: <openshift-pull-secret>

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,17 @@ inherit:
55
ref: helm-master-cd
66
stepnum: 1
77
---
8+
ref: helm-os-online-pull-secret
9+
inherit:
10+
file: steps-helm-master.yaml
11+
ref: helm-master-openshift-pull-secret
12+
stepnum: 2
13+
---
814
ref: helm-os-online-install
915
inherit:
1016
file: steps-helm-master.yaml
1117
ref: helm-master-install
12-
stepnum: 2
18+
stepnum: 3
1319
replacement:
1420
method: "Install the |k8s-op-short| using the following ``helm`` command:"
1521
content: |

0 commit comments

Comments
 (0)