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.

23 lines
320 B

# Install
# Install Helm
# Install Bitanami Repo
```bash
helm repo add bitnami https://charts.bitnami.com/bitnami
```
# Update Helm Repos
```bash
helm repo Update
```
# Install database
```bash
helm install santafe-mariadb --namespace c-camaramedellin --create-namespace --values values.yaml bitnami/mariadb
```