Skip to content

Commit dad44ee

Browse files
authored
Values with * need to be quoted
1 parent 5edc1e6 commit dad44ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

etc/kayobe/kolla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ kolla_enable_prometheus: true
846846
# to produce kolla_openstack_custom_config_rules.
847847
kolla_openstack_custom_config_rules_extra:
848848
# Files ending with .example should not be copied
849-
- glob: **/*.example
849+
- glob: "**/*.example"
850850
strategy: noop
851851
priority: 1
852852

0 commit comments

Comments
 (0)