Merge "Fix Cinder secret ingress TLS"

This commit is contained in:
Zuul
2026-02-17 13:37:43 +00:00
committed by Gerrit Code Review

View File

@@ -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 }}