Skip to content

Commit

Permalink
fix: k8s syntax problem
Browse files Browse the repository at this point in the history
  • Loading branch information
igobranco committed Jan 10, 2025
1 parent e248192 commit 066c763
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorprint_course_certificates/patches/k8s-deployments
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ spec:
name: config
{% if PRINT_COURSE_CERTIFICATES_CERTIFICATE_P12_PATH %}
- mountPath: /app/digital_signature/file.p12
name: digital_signature_file_p12
name: digital-signature-file-p12
{% endif %}
restartPolicy: Always
volumes:
- name: config
configMap:
name: print-course-certificates-config
{% if PRINT_COURSE_CERTIFICATES_CERTIFICATE_P12_PATH %}
- name: digital_signature_file_p12
- name: digital-signature-file-p12
configMap:
name: print-course-certificates-digital-signature-file-p12
{% endif %}
Expand Down

0 comments on commit 066c763

Please sign in to comment.