Skip to content

Commit

Permalink
fix(k8s): fix args for datasource-syncer (#925)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts authored Feb 10, 2024
1 parent 3b1dd73 commit bd69b03
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions k8s/overlays/production/datasource-syncer/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,14 @@ spec:
- name: datasource-syncer
image: gcr.io/gke-release/prometheus-engine/datasource-syncer:v0.10.0-gke.3
args:
- "--datasource-uids=$(GRAFANA_DATASOURCE_UIDS)"
- "--grafana-api-endpoint=https://graph.ykzts.tech"
- "--grafana-api-token=$(GRAFANA_API_TOKEN)"
- "--project-id=ykzts-technology"
- --datasource-uids
- $(GRAFANA_DATASOURCE_UIDS)
- --grafana-api-endpoint
- https://graph.ykzts.tech
- --grafana-api-token
- $(GRAFANA_API_TOKEN)
- --project-id
- ykzts-technology
env:
- name: GRAFANA_API_TOKEN
valueFrom:
Expand Down

0 comments on commit bd69b03

Please sign in to comment.