Skip to content
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

fix: add patch verb to deployment resource #2407

Merged
merged 2 commits into from
Nov 14, 2022
Merged

Commits on Nov 11, 2022

  1. Add patch verb to deployment resource

    Dashboard fails with ```failed restoring revision 21: deployments.apps "ourapp" is forbidden: User "system:serviceaccount:argo-rollouts:argo-rollouts-dashboard" cannot patch resource "deployments" in API group "apps" in the namespace "ournamespace"``` when trying to rollback `Rollout` defined using existing `Deployment` and `workloadRef` config.
    Adding `patch` verb for `deployments` should fix it.
    
    Signed-off-by: tukak <[email protected]>
    tukak committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    664380e View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Generate dashboard-manifest.yaml

    Signed-off-by: tukak <[email protected]>
    tukak committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    1f1bcfe View commit details
    Browse the repository at this point in the history