Michel Hollands 4c15d5b2cd Update docs
Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
2023-06-23 14:28:29 +01:00

479 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 -f values.yaml meta ./charts/meta-monitoring
    
  4. Upgrade

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

    helm delete -n meta meta