479 B
479 B
Install this chart
-
Create the meta namespace
kubectl create namespace meta
-
Create a values.yaml file based on the default one.
-
Install this helm chart
helm install -n meta -f values.yaml meta ./charts/meta-monitoring
-
Upgrade
helm upgrade --install -f values.yaml -n meta meta ./charts/meta-monitoring
-
Delete this chart:
helm delete -n meta meta