canonical / resource-dispatcher

Kubernetes resource dispatcher is responsible for populating namespaces with desired default resources
Apache License 2.0
3 stars 0 forks source link

fix: remove space in variable name #45

Closed DnPlas closed 10 months ago

DnPlas commented 10 months ago

There was an extra space in self. manifest = yaml.safe_load(self.manifest_content). This PR corrects that.