File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ replacement:
7070
7171 .. code-block:: sh
7272
73- helm template --set namespace=<testNamespace > \
73+ helm template --set registry.imagePullSecrets=<openshift-pull-secret > \
7474 helm_chart > operator.yaml \
7575 -- values helm_chart/values-openshift.yaml
7676 oc apply -f operator.yaml
@@ -80,6 +80,7 @@ replacement:
8080 .. code-block:: sh
8181
8282 helm template --set registry.pullPolicy=IfNotPresent \
83+ --set registry.imagePullSecrets=<openshift-pull-secret> \
8384 helm_chart > operator.yaml \
8485 -- values helm_chart/values-openshift.yaml
8586 oc apply -f operator.yaml
@@ -94,6 +95,7 @@ replacement:
9495 .. code-block:: sh
9596
9697 helm template --set registry.pullPolicy=IfNotPresent \
98+ --set registry.imagePullSecrets=<openshift-pull-secret> \
9799 --set namespace=<testNamespace> \
98100 helm_chart > operator.yaml \
99101 -- values helm_chart/values-openshift.yaml
You can’t perform that action at this time.
0 commit comments