fix: correct PVC volume syntax
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Agent
2026-03-22 08:44:37 +00:00
parent 1da24de6d1
commit 6103847d4e

View File

@@ -52,8 +52,8 @@ name: build-and-deploy-prod
volumes:
- name: maven-cache
persistentVolumeClaim:
claimName: maven-cache-pvc
claim:
name: maven-cache-pvc
trigger:
event:
@@ -68,7 +68,7 @@ steps:
- mvn clean package -DskipTests
volumes:
- name: maven-cache
mountPath: /root/.m2
path: /root/.m2
- name: prod-build-image
image: ccr.ccs.tencentyun.com/violin/kaniko-project-executor:latest