Michel Hollands 5a73fb9a21 Add docs
Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
2023-06-23 14:20:11 +01:00

449 B

Install this chart

  1. Create the meta namespace

    kubectl create namespace meta
    
  2. Create a values.yaml file based on the default one.

  3. Install this helm chart

    helm install -n meta meta ./charts/meta-monitoring
    
  4. Upgrade

    helm upgrade --install -n meta meta ./charts/meta-monitoring
    
  5. Delete this chart:

    helm delete -n meta meta