forked from cerc-io/stack-orchestrator
Fix configmaps constant.
This commit is contained in:
parent
14ee4da1fc
commit
4ec0e38b77
@ -97,7 +97,7 @@ class Spec:
|
||||
return self.obj.get(constants.volumes_key, {})
|
||||
|
||||
def get_configmaps(self):
|
||||
return self.obj.get(constants.configmap)
|
||||
return self.obj.get(constants.configmaps_key)
|
||||
|
||||
def get_container_resources(self):
|
||||
return Resources(self.obj.get(constants.resources_key, {})
|
||||
|
Loading…
Reference in New Issue
Block a user