Skip to content

Commit

Permalink
fix: k8s mount configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
igobranco committed Jan 13, 2025
1 parent 9670402 commit 0408e74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tutorprint_course_certificates/patches/k8s-deployments
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@ spec:
volumeMounts:
- mountPath: /app/config.yml
name: config
subPath: config.yml
{% if PRINT_COURSE_CERTIFICATES_CERTIFICATE_P12_PATH %}
- mountPath: /app/digital_signature/file.p12
name: digital-signature-file-p12
subPath: file.p12
{% endif %}
restartPolicy: Always
volumes:
Expand Down

0 comments on commit 0408e74

Please sign in to comment.