Skip to content

Commit

Permalink
Applied dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
garioncox committed Apr 26, 2024
1 parent 22f2f5e commit c59897b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Telemetry/kube/grafana-dep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ spec:
- name: datasources
mountPath: /etc/grafana/provisioning/datasources/datasource.yml
subPath: grafana-datasource.yml
# - name: dashboards
# mountPath: /etc/grafana/provisioning/dashboards/dashboard.json
# subPath: dashboard.json
- name: dashboards
mountPath: /etc/grafana/provisioning/dashboards/dashboard.json
subPath: dashboard.json
volumes:
- name: datasources
configMap:
name: grafana-datasource-config
# - name: dashboards
# configMap:
# name: grafana-dashboard-config
- name: dashboards
configMap:
name: grafana-dashboard-config

0 comments on commit c59897b

Please sign in to comment.