-
Notifications
You must be signed in to change notification settings - Fork 903
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(amazon/iamRole): Do not default iamRole in deploy edit scenario #7940
Conversation
The following commits need their title changed:
Please format your commit title into the form:
This allows us to easily generate changelogs & determine semantic version numbers when cutting releases. You can read more about commit conventions here. |
@vigneshm can you rebase this and fix your commit comment? |
8e45c09
to
4b7e423
Compare
Rebased and updated the commit message |
@vigneshm fwiw, the comment should start with |
Ah, my bad. |
4b7e423
to
824b80f
Compare
…t scenario (spinnaker#7940) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
While editing a deploy stage without an
iamRole
specified, deck shows a default value. To the end-user, it appears that this field is set but it is empty. Fixing that in this PR so that the UI reflects the exact configuration.