Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add configmap for task dashboard #2322

Merged
merged 1 commit into from
Jul 7, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add configmap for task dashboard
  • Loading branch information
RobertLucian committed Jul 7, 2021
commit 429e822fd3b6e052f09b7329222ba4f2f962ef80
6 changes: 6 additions & 0 deletions manager/manifests/grafana/grafana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ spec:
- mountPath: /grafana-dashboard-definitions/cortex/batch
name: grafana-dashboard-batch
readOnly: false
- mountPath: /grafana-dashboard-definitions/cortex/task
name: grafana-dashboard-task
readOnly: false
- mountPath: /grafana-dashboard-definitions/cortex/cluster
name: grafana-dashboard-cluster
readOnly: false
Expand Down Expand Up @@ -167,6 +170,9 @@ spec:
- name: grafana-dashboard-batch
configMap:
name: grafana-dashboard-batch
- name: grafana-dashboard-task
configMap:
name: grafana-dashboard-task
- name: grafana-dashboard-cluster
configMap:
name: grafana-dashboard-cluster
Expand Down