Hi,
I'm really new to jsonnet so sorry for beginner question.
I want to use jsonnet for managing Grafana Dashboards for Kubernetes based on
https://github.com/kubernetes-monitoring/kubernetes-mixinBut I got to the problem that some dashboards do not work for me, so I would like to remove them in jsonnet.
It should be simple, right?
Just import "kubernetes-mixin/mixin.libsonnet", got under field "grafanaDashboards" and delete key.
I didn't find information about how to do deletion beside
https://github.com/google/jsonnet/issues/312But I don't have enough knowledge to understand how to use it. e. g. comma in solution causes `STATIC ERROR: mixin.libsonnet:8:57: expected for, if or "}" after for clause, got: ","`
Can someone give me some hints how to handle that?