-
My prom.jsonnet is shown below. We created kubeflow-dashboard.json and argocd-dashboard.json dashboards.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
This works...No issue...
|
Beta Was this translation helpful? Give feedback.
-
This is how I did it values+:: {
common+: {
namespace: 'monitoring',
},
prometheus+: {
namespaces+: [],
},
grafana+:: {
folderDashboards+:: {
Postgres: {
'postgres.json': (import '../dashboards/postgres.json'),
},
},
},
}, |
Beta Was this translation helpful? Give feedback.
This is how I did it