fix: fullnameOverride and argocdReleaseOverride in values
This commit is contained in:
parent
9509dba62a
commit
43c9d90439
2 changed files with 10 additions and 2 deletions
8
.idea/.gitignore
vendored
Normal file
8
.idea/.gitignore
vendored
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# Default ignored files
|
||||||
|
/shelf/
|
||||||
|
/workspace.xml
|
||||||
|
# Editor-based HTTP Client requests
|
||||||
|
/httpRequests/
|
||||||
|
# Datasource local storage ignored files
|
||||||
|
/dataSources/
|
||||||
|
/dataSources.local.xml
|
|
@ -14,13 +14,13 @@ global:
|
||||||
# -- Override chart name
|
# -- Override chart name
|
||||||
nameOverride: ""
|
nameOverride: ""
|
||||||
# -- Resource full name override
|
# -- Resource full name override
|
||||||
fullnameOverride: ""
|
fullnameOverride: "o12y"
|
||||||
# -- Tenant to use for Grafana datasources and remote write
|
# -- Tenant to use for Grafana datasources and remote write
|
||||||
tenant: "0"
|
tenant: "0"
|
||||||
# -- If this chart is used in "Argocd" with "releaseName" field then
|
# -- If this chart is used in "Argocd" with "releaseName" field then
|
||||||
# VMServiceScrapes couldn't select the proper services.
|
# VMServiceScrapes couldn't select the proper services.
|
||||||
# For correct working need set value 'argocdReleaseOverride=$ARGOCD_APP_NAME'
|
# For correct working need set value 'argocdReleaseOverride=$ARGOCD_APP_NAME'
|
||||||
argocdReleaseOverride: ""
|
argocdReleaseOverride: "victoria-k8s-stack"
|
||||||
|
|
||||||
# -- VictoriaMetrics Operator dependency chart configuration. More values can be found [here](https://docs.victoriametrics.com/helm/victoriametrics-operator#parameters). Also checkout [here](https://docs.victoriametrics.com/operator/vars) possible ENV variables to configure operator behaviour
|
# -- VictoriaMetrics Operator dependency chart configuration. More values can be found [here](https://docs.victoriametrics.com/helm/victoriametrics-operator#parameters). Also checkout [here](https://docs.victoriametrics.com/operator/vars) possible ENV variables to configure operator behaviour
|
||||||
victoria-metrics-operator:
|
victoria-metrics-operator:
|
||||||
|
|
Loading…
Reference in a new issue