Skip to content

Commit

Permalink
Changed PVC name to harmonize with CronJob.
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav committed Jan 10, 2023
1 parent c0c8ef4 commit bf75b4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/build-cam-database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ spec:
volumes:
- name: storage
persistentVolumeClaim:
claimName: cam-kp-build-pipeline-storage
claimName: build-cam-database-storage
backoffLimit: 0
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: cam-kp-build-pipeline-storage
name: build-cam-database-storage
labels:
project: CAM-KP
env: dev
Expand Down

0 comments on commit bf75b4e

Please sign in to comment.