Add local minishift development tooling

Based on mapping the local development tree through minishift
hostfolder interface.
This commit is contained in:
Matthew Jones
2018-06-12 15:08:57 -04:00
parent eb22e09e4d
commit 5c400cdf79
9 changed files with 349 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
apiVersion: v1
kind: PersistentVolume
metadata:
name: projdata
namespace: {{ awx_dev_project }}
labels:
project: awx
spec:
capacity:
storage: 10Gi
accessModes:
- ReadWriteMany
persistentVolumeReclaimPolicy: Retain
hostPath:
path: /mnt/sda1/awx