fix import
All checks were successful
renovate / renovate (push) Successful in 54s
release-charts-postgres-cluster / release (push) Successful in 17s
release-charts-generic-device-plugin / release (push) Successful in 26s
lint-and-test / lint-helm (push) Successful in 9s
lint-and-test / chart-testing (push) Successful in 48s

This commit is contained in:
2025-12-12 16:43:35 -06:00
parent 0765ad2336
commit 0fda9c9db4
3 changed files with 3 additions and 3 deletions

View File

@@ -63,7 +63,7 @@ externalClusters:
{{- end }}
{{- if eq .Values.recovery.import.type "monolith" }}
roles:
{{- with .Values.replica.importRoles }}
{{- with .Values.recovery.import.roles }}
{{- . | toYaml | nindent 8 }}
{{- end }}
{{- end }}