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" value: "0"
- name: DB_ENGINE - name: DB_ENGINE
value: django.db.backends.sqlite3 value: django.db.backends.sqlite3
valueFrom:
secretKeyRef:
name: recipes
key: postgresql-postgres-password
securityContext: securityContext:
runAsUser: 65534 runAsUser: 65534
volumes: volumes:

View File

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