fix: correct PVC volume syntax
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user