Merge pull request 'fix(grafana-backuper): correct grafana URL' (#386) from tn-grafana-backuper-fix-grafana-url into main
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
Reviewed-on: #386
This commit is contained in:
commit
5163dfde66
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ spec:
|
||||||
image: git.ar21.de/yolokube/grafana-backuper:latest
|
image: git.ar21.de/yolokube/grafana-backuper:latest
|
||||||
env:
|
env:
|
||||||
- name: GB_GRAFANA_URL
|
- name: GB_GRAFANA_URL
|
||||||
value: "http://prometheus-grafana.prometheus"
|
value: "http://prometheus-grafana.prometheus/api"
|
||||||
- name: GB_GRAFANA_TOKEN
|
- name: GB_GRAFANA_TOKEN
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|
Loading…
Reference in a new issue