Skip to content

Commit c6eda42

Browse files
authored
Merge pull request #1107 from rackerlabs/disable-glance-image-bootstrap
fix(glance): disable default images from OpenStack Helm
2 parents b7f21b6 + ee9d164 commit c6eda42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/glance/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ volume:
4848
# disable the default image additions
4949
bootstrap:
5050
structured:
51-
images: {}
51+
images: null
5252

5353
dependencies:
5454
dynamic:

0 commit comments

Comments
 (0)