Skip to content

Commit

Permalink
feat(backend): backupserver添加默认存储类型 close #2414
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlook authored and zhangzhw8 committed Dec 7, 2023
1 parent 28b6f46 commit 47cea63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions helm-charts/bk-dbm/templates/backup-server-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ data:
package_bkrepo_project: "{{ index .Values "backup-server" "package" "bkrepo_project" }}"
package_bkrepo_public_bucket: "{{ index .Values "backup-server" "package" "bkrepo_public_bucket" }}"
backupclient_default_dns: "{{ index .Values "backup-server" "backup_client" "cos_default_dns" }}"
backupclient_default_storage: "{{ index .Values "backup-server" "backup_client" "default_storage" }}"
gse:
{{- if .Values.bk.bkJobApiUrl }}
address: "{{ .Values.bk.bkJobApiUrl }}"
Expand Down
1 change: 1 addition & 0 deletions helm-charts/bk-dbm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ backup-server:
bkrepo_public_bucket: "bkdbm"
backup_client:
cos_default_dns: ""
default_storage: "cos"

# reloader
stakater:
Expand Down

0 comments on commit 47cea63

Please sign in to comment.