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: PVCSize resets to default with futureproofing #1771

Merged
merged 1 commit into from
Jun 5, 2023

Commits on Jun 5, 2023

  1. fix: PVCSize resets to default

    Refactors PVCSize to treat the Function member as a custom setting,
    and the in-code constant as the default.
    
    - Fixes a bug where the PVCSize would reset to the default on deploy
    - Allows the default to be changed by future func version, only pinning
      the value if explicitly requested by the user.
    lkingland committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    9727ffc View commit details
    Browse the repository at this point in the history