-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update backing app environment on upgrade update #349
Milestone
Comments
@royclarkson Could we also back port this to the |
This was referenced Jun 10, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Given an service instance
my-service
is createdWhen the backing app environment variable configuration changes (
spring.cloud.appbroker.services[*].apps[*].environment
)And an upgrade update is executed on
my-service
Then the backing app environment variables are updated to the new configuration.
The text was updated successfully, but these errors were encountered: