-
Notifications
You must be signed in to change notification settings - Fork 101
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
Explicitly specifying nonexistent trigger plan is silently treated as deploy #1268
Comments
This is by design: we use |
It's fine to use @gerred agreed when I asked him before filing this issue. |
ah, that I agree with. I'll fix this as part of admission webhook work |
This wasn't fixed in #1188 so I fixed it in another PR |
What happened:
I specified a non-existent plan name in a parameter's
trigger
attribute. The validation passed and I run an update:This resulted in the
deploy
plan running.What you expected to happen:
Verification should fail, and an error should be returned at update time complaining about the wrong plan name.
How to reproduce it (as minimally and precisely as possible):
See above.
The text was updated successfully, but these errors were encountered: