Remove Promenade generated volume

The post-refactor integration between promenade
and drydock doesn't require (or support) this
volume

Change-Id: Ieca8c4ada7d2469aea17214a163f86ba67a05577
This commit is contained in:
Scott Hussey 2017-10-25 09:47:40 -05:00
parent 50277a63ec
commit 1efddeebd3
1 changed files with 0 additions and 7 deletions

View File

@ -64,9 +64,6 @@ spec:
subPath: policy.yaml
mountPath: /etc/drydock/policy.yaml
readOnly: true
- name: drydock-bootdata
mountPath: /etc/drydock/bootdata
readOnly: true
volumes:
- name: etc-drydock
emptyDir: {}
@ -74,9 +71,5 @@ spec:
configMap:
name: drydock-etc
defaultMode: 0444
- name: drydock-bootdata
configMap:
name: promenade-join-sh
defaultMode: 0555
...
{{- end }}