fix(grafana-backuper): correct grafana URL
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
This commit is contained in:
parent
dbaa860843
commit
b57dcf8ffc
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