You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

486 B

Install

Install Helm

Install Bitanami Repo

helm repo add bitnami https://charts.bitnami.com/bitnami

Update Helm Repos

helm repo Update

Install database

helm install bello-mariadb --namespace c-camaramedellin --create-namespace --values values.yaml bitnami/mariadb
helm upgrade bello-mariadb --namespace c-camaramedellin --create-namespace --values values.yaml bitnami/mariadb
helm uninstall bello-mariadb