fix(grafana-backuper): correct grafana URL #386
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ spec:
|
|||
image: git.ar21.de/yolokube/grafana-backuper:latest
|
||||
env:
|
||||
- name: GB_GRAFANA_URL
|
||||
value: "http://prometheus-grafana.prometheus"
|
||||
value: "http://prometheus-grafana.prometheus/api"
|
||||
- name: GB_GRAFANA_TOKEN
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
|
Loading…
Reference in a new issue