Skip to content

Commit 8f47b16

Browse files
zhangrq5iSecloud
authored andcommitted
feat(other): 备份系统更新配置适配apigw #10223
1 parent 46e1e7b commit 8f47b16

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

helm-charts/bk-dbm/templates/configmaps/backup-server-configmap.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ data:
4646
{{- else }}
4747
address: "{{ .Values.bk.bkComponentApiUrl }}/api/c/compapi/v2/jobv3"
4848
{{- end }}
49+
{{- if .Values.bk.bkCmdbApiUrl }}
50+
cc_address: "{{ .Values.bk.bkCmdbApiUrl }}"
51+
{{- else }}
52+
cc_address: "{{ .Values.bk.bkComponentApiUrl }}/api/c/compapi/v2/cc"
53+
{{- end }}
4954
app_code: "{{ .Values.dbm.envs.bkAppCode }}"
5055
app_secret: "{{ .Values.dbm.envs.bkAppToken }}"
5156
app_id: {{ .Values.bk.bluekingBizId | default "9991001"}}

0 commit comments

Comments
 (0)