Skip to content

Commit

Permalink
Help4
Browse files Browse the repository at this point in the history
  • Loading branch information
garioncox committed Apr 26, 2024
1 parent a7e34c5 commit 5de94f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 145 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/KakeysBakery20240319120850.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
kubectl -n $NAMESPACE create configmap grafana-datasource-config --from-file=grafana-datasource.yml
kubectl -n $NAMESPACE delete configmap grafana-dashboard-config || true
kubectl -n $NAMESPACE create configmap grafana-dashboard-config --from-file=dashboard.yml
kubectl -n $NAMESPACE create configmap grafana-dashboard-config --from-file=dashboard.json
kubectl -n $NAMESPACE delete configmap loki-config || true
kubectl -n $NAMESPACE create configmap loki-config --from-file=loki-config.yml
Expand Down
142 changes: 0 additions & 142 deletions Telemetry/kube-configs/dashboard.yml

This file was deleted.

4 changes: 2 additions & 2 deletions Telemetry/kube/grafana-dep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ spec:
mountPath: /etc/grafana/provisioning/datasources/datasource.yml
subPath: grafana-datasource.yml
- name: dashboards
mountPath: /etc/grafana/provisioning/dashboards/dashboard.yml
subPath: dashboard.yml
mountPath: /etc/grafana/provisioning/dashboards/dashboard.json
subPath: dashboard.json
volumes:
- name: datasources
configMap:
Expand Down

0 comments on commit 5de94f2

Please sign in to comment.