more oops

telackey/wild
Thomas E Lackey 2024-03-04 23:05:35 -06:00
parent 240db3ca4c
commit 64b395f15a
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ class Spec:
return self.obj.get(constants.volumes_key, {})
def get_configmaps(self):
return self.obj.get(constants.configmaps_key)
return self.obj.get(constants.configmaps_key, {})
def get_container_resources(self):
return Resources(self.obj.get(constants.resources_key, {}).get("containers", {}))