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 13, 2021. It is now read-only.
AFAIK this can't give us a proper dry-run because we have to assume any object with a reference to a changed object is tainted, whereas on actual execution this might not be true (e.g. if I change my db parameters, and my compute has a dependency on the db, it looks like compute might be changed... but then we run it and we find that the hostname is unaltered).
Hmm, although secrets may obscure this mechanism. Interesting. Don't properly understand how service catalog handles bindings (e.g. when should bindings be regenerated?). Need to discuss.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Perhaps a REST endpoint that accepts POST with a
Bundle
object and returns detailed explanation of what is going to happen if this object is stored:The text was updated successfully, but these errors were encountered: