Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
A meta-monitoring chart for GEL, GEM and GET.
Create the meta namespace
kubectl create namespace meta
Create a values.yaml file
Install this helm chart
helm install -n meta meta ./charts/meta-monitoring
Upgrade
helm upgrade --install -n meta meta ./charts/meta-monitoring
Delete this chart:
helm delete -n meta meta
Run this in the charts/meta-monitoring directory after updating a dependency:
helm dependency update meta-monitoring
List dependencies:
helm dependency list meta-monitoring