File tree Expand file tree Collapse file tree 2 files changed +25
-13
lines changed Expand file tree Collapse file tree 2 files changed +25
-13
lines changed Original file line number Diff line number Diff line change 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 ``.
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>
Original file line number Diff line number Diff line change @@ -5,11 +5,17 @@ inherit:
55 ref : helm-master-cd
66stepnum : 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+ ---
814ref : helm-os-online-install
915inherit :
1016 file : steps-helm-master.yaml
1117 ref : helm-master-install
12- stepnum : 2
18+ stepnum : 3
1319replacement :
1420 method : " Install the |k8s-op-short| using the following ``helm`` command:"
1521content : |
You can’t perform that action at this time.
0 commit comments