Skip to content

Commit

Permalink
chore: default create backup repo miss accessMethod (#7030)
Browse files Browse the repository at this point in the history
(cherry picked from commit 44579dc)
  • Loading branch information
ldming committed Apr 12, 2024
1 parent 8678413 commit 6ef7c1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/helm/templates/backuprepo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ metadata:
{{- end }}
spec:
storageProviderRef: {{ $spName }}
accessMethod: {{ .Values.backupRepo.accessMethod | default "Tool" }}
pvReclaimPolicy: {{ .Values.backupRepo.pvReclaimPolicy | default "Retain" }}
volumeCapacity: {{ .Values.backupRepo.volumeCapacity | default "100Gi" }}
config:
Expand Down

0 comments on commit 6ef7c1e

Please sign in to comment.