-
Notifications
You must be signed in to change notification settings - Fork 65
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
Allow an existing ConfigMap to be passed for baseJobTemplate
#340
Conversation
FYI I tested this locally for the following three use cases:
All three built as expected! I would consider this a breaking change, since the existing value's schema for the |
…ctHQ/prefect-helm into allow-config-map-base-job-template
Co-authored-by: jamie zieziula <[email protected]>
Testing (from the templating perspective) looks good from my side: Click to expand testing notesUsing
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice 🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ran a few of the tests from earlier with the new changes and all looks good still.
Resolves #334