Skip to content

Commit 39df71d

Browse files
authored
fix: add static vendordata mount point to nova-compute pods (#1110) (#1111)
(cherry picked from commit 7f814b3)
1 parent 5ce5152 commit 39df71d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

base-helm-configs/nova/nova-helm-overrides.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,18 @@ pod:
351351
use_fqdn:
352352
compute: false
353353
mounts:
354+
nova_compute:
355+
init_container: null
356+
nova_compute:
357+
volumeMounts:
358+
- name: metadata-api-static-vendordata
359+
mountPath: /etc/nova/vendor_data.json
360+
subPath: vendor_data.json
361+
readOnly: true
362+
volumes:
363+
- name: metadata-api-static-vendordata
364+
configMap:
365+
name: static-vendor-data
354366
nova_api_metadata:
355367
init_container: null
356368
nova_api_metadata:

0 commit comments

Comments
 (0)