Skip to content

Commit

Permalink
fix(backend): 补充iam环境变量 #4637
Browse files Browse the repository at this point in the history
  • Loading branch information
iSecloud authored and zhangzhw8 committed May 28, 2024
1 parent 0fad87f commit c9d535f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.serviceInit.sslEnabled -}}
{{- if .Values.serviceInit.iamEnabled -}}
apiVersion: batch/v1
kind: Job
metadata:
Expand Down
1 change: 1 addition & 0 deletions helm-charts/bk-dbm/templates/configmaps/dbm-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ data:
BK_IAM_SKIP: "{{ .Values.bk.bkIamSkipMigrate }}"
IAM_APP_URL: "{{ .Values.bk.bkIamUrl }}"
BK_IAM_APIGATEWAY: "{{ .Values.bk.bkIamApiUrl }}"
BK_IAM_RESOURCE_API_HOST: "{{ .Values.bk.bkIamResourceApiHost }}"
# 蓝鲸监控平台
GRAFANA_URL: "{{ .Values.bk.grafanaUrl }}"
BKMONITOR_URL: "{{ .Values.bk.bkMonitorUrl }}"
Expand Down
2 changes: 2 additions & 0 deletions helm-charts/bk-dbm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ bk:
bkIamSkipMigrate: false
bkIamUrl: "https://bkiam.example.com"
bkIamApiUrl: "https://bkiam-api.example.com"
bkIamResourceApiHost: "https://bkdbm.example.com"
# 蓝鲸监控平台
grafanaUrl: "http://bk-dbm-grafana:3000"
bkMonitorUrl: "https://bk_monitor.example.com"
Expand All @@ -67,6 +68,7 @@ dbm:
enabled: true
serviceInit:
itsmEnabled: true
iamEnabled: true
apigwEnabled: true
bklogEnabled: true
bkccEnabled: true
Expand Down

0 comments on commit c9d535f

Please sign in to comment.