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

chore: Add mandatory-modules dashboard grafana patch #1645

Merged
Show file tree
Hide file tree
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
10 changes: 10 additions & 0 deletions config/control-plane/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,16 @@ transformers:
kind: ConfigMap
name: klm-dashboard-watcher
version: v1
- |-
apiVersion: builtin
kind: PatchTransformer
metadata:
name: fix-dashboard-mandatory-modules-cm
patch: '[{"op": "replace", "path": "/metadata/namespace", "value": "kyma-system"}, {"op": "add", "path": "/metadata/labels/grafana_dashboard", "value": "1"}]'
target:
kind: ConfigMap
name: klm-dashboard-mandatory-modules
version: v1
- |-
apiVersion: builtin
kind: PatchTransformer
Expand Down
2 changes: 1 addition & 1 deletion config/grafana/mandatory-modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"list": [
{
"builtIn": 1,
"datasource": "-- Plutono --",
"datasource": "-- Grafana --",
"enable": true,
"hide": true,
"iconColor": "rgba(0, 211, 255, 1)",
Expand Down
Loading