Skip to content

Commit e606885

Browse files
robertgshaw2-redhatRobert Shaw
andauthored
[Bugfix] Update Install with pull-secret.txt (#22)
* updated Signed-off-by: Robert Shaw <rshaw@neuralmagic.com> * updated Signed-off-by: Robert Shaw <rshaw@neuralmagic.com> --------- Signed-off-by: Robert Shaw <rshaw@neuralmagic.com> Co-authored-by: Robert Shaw <rshaw@neuralmagic.com>
1 parent 2058ed6 commit e606885

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

helmfile.yaml.gotmpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@ helmfiles:
2222
- path: charts/cert-manager-operator/helmfile.yaml.gotmpl
2323
selectorsInherited: true
2424
values:
25-
- useSystemPodmanAuth: {{ .Values.useSystemPodmanAuth | default true }}
25+
- useSystemPodmanAuth: {{ .Values.useSystemPodmanAuth }}
2626
- pullSecretFile: {{ .Values.pullSecretFile | default "" | quote }}
2727

2828
# sail-operator (Istio) - OSSM 3.2.x / Istio 1.27+ with v1 InferencePool API
2929
- path: charts/sail-operator/helmfile.yaml.gotmpl
3030
selectorsInherited: true
3131
values:
32-
- useSystemPodmanAuth: {{ .Values.useSystemPodmanAuth | default true }}
32+
- useSystemPodmanAuth: {{ .Values.useSystemPodmanAuth }}
3333
- pullSecretFile: {{ .Values.pullSecretFile | default "" | quote }}
3434

3535
# lws-operator
3636
- path: charts/lws-operator/helmfile.yaml.gotmpl
3737
selectorsInherited: true
3838
values:
39-
- useSystemPodmanAuth: {{ .Values.useSystemPodmanAuth | default true }}
39+
- useSystemPodmanAuth: {{ .Values.useSystemPodmanAuth }}
4040
- pullSecretFile: {{ .Values.pullSecretFile | default "" | quote }}
4141

4242
---

0 commit comments

Comments
 (0)