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
using both manually run gitops with bazel run //pkg:target.gitops and automating by defining the deployment_branch parameter causes merge conflicts, confusion and a state of deployments hard to reproduce and track.
Generally, canary/production deployments should only use deployment_branch so we need to disable the manual gitops option if deployment_branch is defined.
The text was updated successfully, but these errors were encountered:
apesternikov
changed the title
manual gitops should be block if deployment_branch is defined
manual gitops should be blocked if deployment_branch is defined
Jun 5, 2020
using both manually run gitops with
bazel run //pkg:target.gitops
and automating by defining thedeployment_branch
parameter causes merge conflicts, confusion and a state of deployments hard to reproduce and track.Generally, canary/production deployments should only use
deployment_branch
so we need to disable the manual gitops option ifdeployment_branch
is defined.The text was updated successfully, but these errors were encountered: