Sometimes when we change a variable (application scope) and hit the “redeploy” button, it triggers full environment redeployment (all applications) even though the variable belongs to a single application.
(it was a secret variable if it helps to debug this)
I do not recall exactly the behaviour on the V3 before, it’s something we didn’t have on the V2. From what I see, no matter the change you do on an env var with scope = application it asks you to redeploy the entire environment (while we should only redeploy 1 service)