Skip to content

Commit

Permalink
fix(grafana): correct some paths
Browse files Browse the repository at this point in the history
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
  • Loading branch information
Kjeld Schouten authored Jan 7, 2024
1 parent 9b9deab commit cde556e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/enterprise/grafana/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ workload:
LABEL: grafana_datasources
LABEL_VALUE: "1"
LOG_LEVEL: info
FOLDER: /app/provisioning/datasources
FOLDER: /etc/grafana/provisioning/datasources
RESOURCE: both
NAMESPACE: 'ALL'
UNIQUE_FILENAMES: false
Expand Down Expand Up @@ -107,7 +107,7 @@ workload:
LABEL: grafana_alerts
LABEL_VALUE: "1"
LOG_LEVEL: info
FOLDER: /app/provisioning/alerts
FOLDER: /etc/grafana/provisioning/alerts
RESOURCE: both
NAMESPACE: 'ALL'
UNIQUE_FILENAMES: false
Expand Down Expand Up @@ -137,7 +137,7 @@ workload:
LABEL: grafana_plugins
LABEL_VALUE: "1"
LOG_LEVEL: info
FOLDER: /app/provisioning/plugins
FOLDER: /etc/grafana/provisioning/plugins
RESOURCE: both
NAMESPACE: 'ALL'
UNIQUE_FILENAMES: false
Expand Down Expand Up @@ -167,7 +167,7 @@ workload:
LABEL: grafana_notifiers
LABEL_VALUE: "1"
LOG_LEVEL: info
FOLDER: /app/provisioning/notifiers
FOLDER: /etc/grafana/provisioning/notifiers
RESOURCE: both
NAMESPACE: 'ALL'
UNIQUE_FILENAMES: false
Expand Down

0 comments on commit cde556e

Please sign in to comment.