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: PersistentVolumeClaim
metadata:
name: devtest
namespace: {{ awx_dev_project }}
spec:
accessModes:
- ReadWriteMany
resources:
requests:
storage: 10Gi
selector:
matchLabels:
project: awx