deploy-templates/charts/velero/templates/control-plane-config-map-restore-script.yaml (7 lines of code) (raw):

apiVersion: v1 kind: ConfigMap metadata: name: {{ .Values.restoreJob.configMapName }} data: {{ .Values.restoreJob.restoreScriptName }}: | {{- include "restore-script" . | indent 4 }}