Skip to content

Commit

Permalink
fix: add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aeppling committed Sep 12, 2024
1 parent 1e122ce commit 2ab58ed
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
# helm-charts
Helm charts to install & run Kexa with postgres/mariaDB and Grafana


### Create your secrets

```bash
kubectl create secret generic kexa-environment-secret --from-file=.env=.env
```

### Install the chart

```bash
helm install kexa-helm .\kexa-chart\
```

### Read the instructions in your console !
3 changes: 0 additions & 3 deletions kexa-chart/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,4 @@ kubectl get secret --namespace default kexa-helm-grafana -o jsonpath="{.data.adm
# Follow logs from job
kubectl logs job/kexa-helm-job -f


kubectl create secret generic kexa-environment-secret --from-file=.env=.env

---------------------

0 comments on commit 2ab58ed

Please sign in to comment.