BAEL-3567 An Introduction to Kaniko (#9150)

* BAEL-3597 Cactoos

* BAEL-3597 Cactoos

* BAEL-3597 Cactoos

* BAEL-3597 Cactoos

* BAEL-3567 An Introduction to Kaniko

* BAEL-3597 Cactoos

* BAEL-3597 Cactoos

* BAEL-3597 Cactoos

* BAEL-3597 Cactoos

* BAEL-3567 An Introduction to Kaniko

* BAEL-3567 An Introduction to Kaniko
This commit is contained in:
Paturi Radhe Sravan
2020-04-25 03:06:41 +05:30
committed by GitHub
parent 6e09c3ae64
commit c115f297cb
4 changed files with 46 additions and 0 deletions

11
kaniko/volume-claim.yaml Normal file
View File

@@ -0,0 +1,11 @@
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: dockerfile-claim
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 8Gi
storageClassName: local-storage