File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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---
You can’t perform that action at this time.
0 commit comments