add bahasa translation for task configure persistent volume storage

This commit is contained in:
mufti ismi
2020-06-01 12:48:40 +07:00
parent 95c275a011
commit 31b6ae2c65
4 changed files with 327 additions and 0 deletions
@@ -0,0 +1,14 @@
apiVersion: v1
kind: PersistentVolume
metadata:
name: task-pv-volume
labels:
type: local
spec:
storageClassName: manual
capacity:
storage: 10Gi
accessModes:
- ReadWriteOnce
hostPath:
path: "/mnt/data"