slight fix

This commit is contained in:
Remy Moll 2024-02-10 10:53:20 +01:00
parent 4e11a33855
commit 64835e16de
2 changed files with 1 additions and 4 deletions

View File

@ -143,10 +143,6 @@ spec:
value: "0"
- name: DB_ENGINE
value: django.db.backends.sqlite3
valueFrom:
secretKeyRef:
name: recipes
key: postgresql-postgres-password
securityContext:
runAsUser: 65534
volumes:

View File

@ -3,6 +3,7 @@ kind: Kustomization
resources:
- namespace.yaml
- ingress.yaml
- deployment.yaml
- pvc.yaml
- recipes.sealedsecret.yaml