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(cli/deploy/simple-rds): set template default snapshot #8645

Merged
merged 1 commit into from
Jan 5, 2024

Conversation

loksonarius
Copy link
Contributor

Description

Previously implemented template changes apparently cause a validation error when the newly added DBSnapshot parameter isn't present. The new parameter was intended to be optional with the empty string value indicating no argument was passed, and this change makes it so that when the parameter is the empty string, it'll continue as expected.

Test Plan

Run E2E tests for this branch before merging to make sure things actually pass before getting to main.

Commentary (optional)

Checklist

  • Changes have been manually QA'd
  • User-facing API changes need the "User-facing API Change" label.
  • Release notes should be added as a separate file under docs/release-notes/.
    See Release Note for details.
  • Licenses should be included for new code which was copied and/or modified from any external code.

Ticket

@loksonarius loksonarius self-assigned this Jan 5, 2024
@loksonarius loksonarius requested a review from a team as a code owner January 5, 2024 02:44
@cla-bot cla-bot bot added the cla-signed label Jan 5, 2024
Copy link

netlify bot commented Jan 5, 2024

Deploy Preview for determined-ui canceled.

Name Link
🔨 Latest commit 71a09f7
🔍 Latest deploy log https://app.netlify.com/sites/determined-ui/deploys/65976d282cdd610008a6dc64

@loksonarius
Copy link
Contributor Author

@loksonarius loksonarius merged commit c0614a8 into main Jan 5, 2024
76 of 86 checks passed
@loksonarius loksonarius deleted the danh/fix/simple-rds/default-db-snapshot branch January 5, 2024 18:02
@dannysauer dannysauer modified the milestone: 0.27.1 Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants