diff --git a/cinder/templates/secret-ingress-tls.yaml b/cinder/templates/secret-ingress-tls.yaml index 6a185b29c4..f298d67bff 100644 --- a/cinder/templates/secret-ingress-tls.yaml +++ b/cinder/templates/secret-ingress-tls.yaml @@ -13,5 +13,5 @@ limitations under the License. */}} {{- if .Values.manifests.secret_ingress_tls }} -{{- include "helm-toolkit.manifests.secret_ingress_tls" ( dict "envAll" . "backendServiceType" "volume" ) }} +{{- include "helm-toolkit.manifests.secret_ingress_tls" ( dict "envAll" . "backendServiceType" "volumev3" ) }} {{- end }}