Skip to content

Commit

Permalink
fix: pvc cert volume name (#399)
Browse files Browse the repository at this point in the history
Co-authored-by: Paulo Gomes da Cruz Junior <paulo.cruz@gov.bc.ca>
  • Loading branch information
RMCampos and paulushcgcj authored Oct 11, 2024
1 parent 855cff3 commit 23183dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ objects:
metadata:
labels:
app: ${NAME}-${ZONE}
name: ${NAME}-${ZONE}-cert
name: ${NAME}-${ZONE}-certs
spec:
accessModes:
- ReadWriteMany
Expand Down Expand Up @@ -262,7 +262,7 @@ objects:
claimName: ${NAME}-${ZONE}-fluentbit-logs
- name: ${NAME}-${ZONE}-certs
persistentVolumeClaim:
claimName: ${NAME}-${ZONE}-${COMPONENT}
claimName: ${NAME}-${ZONE}-certs
- apiVersion: v1
kind: Service
metadata:
Expand Down

0 comments on commit 23183dc

Please sign in to comment.