This message was deleted.
# epinio
a
This message was deleted.
h
Not directly yet, but you can setup services/configurations with the same name in each environment then push to each one independently. Being able to push across clusters is something that we have discussed but haven’t prioritized. If you don’t mind, please open a GitHub issue to allow us to track the request 😁
b
you could also try to change a bit the configuration and try to use routes and namespaces to isolate a bit the environments (having a
dev-namespace
and a
test-namespace
, and setting the app routes to something like
<http://dev.myapp.mydomain.com|dev.myapp.mydomain.com>
and
<http://test.myapp.mydomain.com|test.myapp.mydomain.com>
. Maybe it should give you enough isolation 🙂
r
Thank you both for answer ❤️