try differently configured todos
This commit is contained in:
6
apps/todos/README.md
Normal file
6
apps/todos/README.md
Normal 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.
|
@@ -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
|
||||
|
Reference in New Issue
Block a user