feat(itim): Dont attempt to apply cluster type config if no type specified.
ref: #247 #71
This commit is contained in:
@ -148,6 +148,8 @@ class Cluster(TenancyObject):
|
||||
|
||||
rendered_config: dict = {}
|
||||
|
||||
if self.cluster_type:
|
||||
|
||||
if self.cluster_type.config:
|
||||
|
||||
rendered_config.update(
|
||||
|
Reference in New Issue
Block a user