You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2018. It is now read-only.
Thus when deploying an inherited application, instead of using the default namespace (currently just default) we will use the namespace that has been provided within answers.conf.
The text was updated successfully, but these errors were encountered:
@rtnpro Yeah, you're right, but we don't pass all the information yet (for ex. if we add params about persistent storage and such onto the graph it's not passed onto the provider) just the general configuration information.
As per @vpavlin 's comment on projectatomic/nulecule#185
We should be passing the root answers.conf to all inherited applications
Specifically, this line of code:
https://github.com/projectatomic/atomicapp/blob/master/atomicapp/nulecule/base.py#L313
Thus when deploying an inherited application, instead of using the default namespace (currently just
default
) we will use the namespace that has been provided withinanswers.conf
.The text was updated successfully, but these errors were encountered: