fix(victoria): fixes helm value path
This commit is contained in:
parent
9dd41f8b6d
commit
1f7b8e962e
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ spec:
|
||||||
releaseName: victoria
|
releaseName: victoria
|
||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/{{{ .Env.CLIENT_REPO_ID }}}/{{{ .Env.DOMAIN }}}/stacks/observability/values.yaml
|
- $values/{{{ .Env.CLIENT_REPO_ID }}}/{{{ .Env.DOMAIN }}}/stacks/observability/victoria-k8s-stack/values.yaml
|
||||||
- repoURL: https://{{{ .Env.CLIENT_REPO_DOMAIN }}}/{{{ .Env.CLIENT_REPO_ORG_NAME }}}
|
- repoURL: https://{{{ .Env.CLIENT_REPO_DOMAIN }}}/{{{ .Env.CLIENT_REPO_ORG_NAME }}}
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
ref: values
|
ref: values
|
||||||
|
|
|
@ -866,7 +866,7 @@ defaultDatasources:
|
||||||
- name: victoria-logs
|
- name: victoria-logs
|
||||||
access: proxy
|
access: proxy
|
||||||
type: VictoriaLogs
|
type: VictoriaLogs
|
||||||
url: http://victorialogs-logs:9428
|
url: http://vlogs-victorialogs:9428
|
||||||
version: 1
|
version: 1
|
||||||
|
|
||||||
# -- Grafana dependency chart configuration. For possible values refer [here](https://github.com/grafana/helm-charts/tree/main/charts/grafana#configuration)
|
# -- Grafana dependency chart configuration. For possible values refer [here](https://github.com/grafana/helm-charts/tree/main/charts/grafana#configuration)
|
||||||
|
|
Loading…
Reference in a new issue