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
In https://github.com/projectatomic/atomicapp/blob/master/atomicapp/nulecule/base.py#L117 you can see that config.globals is being referenced to be passed into the OpenShift provider. However, in a recent commit (d088449) the 'globals' method was removed. I believe calling something like config.runtime_answers will probably be sufficient but I am unsure if that will get parameters such as the authorization token. I am happy to look into this but need some guidance related to the config class changes.
In https://github.com/projectatomic/atomicapp/blob/master/atomicapp/nulecule/base.py#L117 you can see that config.globals is being referenced to be passed into the OpenShift provider. However, in a recent commit (d088449) the 'globals' method was removed. I believe calling something like config.runtime_answers will probably be sufficient but I am unsure if that will get parameters such as the authorization token. I am happy to look into this but need some guidance related to the config class changes.
┆Issue is synchronized with this Asana task