File tree Expand file tree Collapse file tree 4 files changed +0
-23
lines changed Expand file tree Collapse file tree 4 files changed +0
-23
lines changed Original file line number Diff line number Diff line change 7878 mountPath : /etc/dnsmasq.d
7979 - name : pod-dhcp
8080 mountPath : /var/lib/misc
81- - name : understack-data
82- mountPath : /var/lib/understack/
83- readOnly : true
8481 volumes :
8582 - name : pod-tmp
8683 emptyDir : {}
9087 - name : pod-dhcp
9188 persistentVolumeClaim :
9289 claimName : dnsmasq-dhcp
93- - name : understack-data
94- persistentVolumeClaim :
95- claimName : understack-data
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ resources:
77 - ironic-rabbitmq-queue.yaml
88 - dnsmasq-pvc.yaml
99 - dnsmasq-ss.yaml
10- - understack-data-pvc.yaml
1110 - ironic-ks-user-baremetal.yaml
1211 # less than ideal addition but necessary so that we can have the ironic.conf.d loading
1312 # working due to the way the chart hardcodes the config-file parameter which then
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 215215 mountPath : /etc/dnsmasq.d/
216216 - name : dnsmasq-dhcp
217217 mountPath : /var/lib/dnsmasq/
218- - name : understack-data
219- mountPath : /var/lib/understack
220218 - name : device-types
221219 mountPath : /var/lib/understack/device-types
222220 - name : ironic-etc-snippets
229227 - name : dnsmasq-dhcp
230228 persistentVolumeClaim :
231229 claimName : dnsmasq-dhcp
232- - name : understack-data
233- persistentVolumeClaim :
234- claimName : understack-data
235230 - name : device-types
236231 configMap :
237232 name : device-types
You can’t perform that action at this time.
0 commit comments