Skip to content

Commit c8a333a

Browse files
committed
chore(ironic): understack-data PVC is unused so retire it
This PVC is unused for any data so let's retire it to not leave used cruft behind.
1 parent 24f1959 commit c8a333a

File tree

4 files changed

+0
-23
lines changed

4 files changed

+0
-23
lines changed

components/ironic/dnsmasq-ss.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,6 @@ spec:
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: {}
@@ -90,6 +87,3 @@ spec:
9087
- name: pod-dhcp
9188
persistentVolumeClaim:
9289
claimName: dnsmasq-dhcp
93-
- name: understack-data
94-
persistentVolumeClaim:
95-
claimName: understack-data

components/ironic/kustomization.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

components/ironic/understack-data-pvc.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

components/ironic/values.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,6 @@ pod:
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
@@ -229,9 +227,6 @@ pod:
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

0 commit comments

Comments
 (0)