try differently configured todos

This commit is contained in:
2024-03-26 10:55:25 +01:00
parent 6fe166e60c
commit e460b5324a
3 changed files with 28 additions and 10 deletions

6
apps/todos/README.md Normal file
View File

@@ -0,0 +1,6 @@
### Adding a user
```bash
kubectl exec -it -n todos deployments/todos-vikunja -- /app/vikunja/vikunja user create -u <username> -e "<user-email>"
```
Password will be prompted.

View File

@@ -9,9 +9,9 @@ resources:
- ingress.yaml
helmCharts:
- name: vikunja
version: 0.1.5
repo: https://charts.oecis.io
valuesFile: values.yaml
releaseName: todos
# helmCharts:
# - name: vikunja
# version: 0.1.5
# repo: https://charts.oecis.io
# valuesFile: values.yaml
# releaseName: todos