blob: ff19502c8a4177fd20077d698422198b62e463b9 [file] [log] [blame]
Mohammed Naser60bb74c2025-02-10 10:52:10 -05001package openstack_helm
2
3type IronicConf struct {
4 Database *DatabaseConf `yaml:"database,omitempty"`
5}