Skip to content

Commit

Permalink
couple more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wmuldergov committed Mar 13, 2024
1 parent 3efeb0a commit 23f1ff7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infrastructure/_tasks/templates/tasks-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
volumes:
- name: django-app-images-volume
persistentVolumeClaim:
claimName: {{ include "app.fullname" . }}-app-images
claimName: {{ .Values.deployment.volumes.claimName }}
containers:
- resources:
limits:
Expand Down
3 changes: 2 additions & 1 deletion infrastructure/_tasks/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ deployment:
postgresSecret: drivebc-pguser-drivebc
djangoConfigMap: drivebc-django
djangoSecret: drivebc-django

volumes:
claimName: django-app-images

0 comments on commit 23f1ff7

Please sign in to comment.