README
Blitzm Cloud - kubernetes-grafana
@blitzm/kubernetes-grafana is a pulumi component that simplifies the deployment of kubernetes-grafana in kubernetes
Installation
This package can be installed using npm
npm install --save --save-exact @blitzm/kubernetes-grafana
Usage
import { KubernetesGrafana } from '@blitzm/kubernetes-grafana'
new KubernetesGrafana("my-component", {
// ...
});
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.