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

Enable setting custom values during porter build. #1900

Merged

Commits on Apr 27, 2022

  1. Enable custom values for porter build command

    Signed-off-by: joshuabezaleel <[email protected]>
    joshuabezaleel committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    82b61c6 View commit details
    Browse the repository at this point in the history
  2. Add description and example for nested value

    Signed-off-by: joshuabezaleel <[email protected]>
    joshuabezaleel committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    0eedb3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    444fc4d View commit details
    Browse the repository at this point in the history
  4. Remove checking for parsedCustoms

    Signed-off-by: joshuabezaleel <[email protected]>
    joshuabezaleel committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    04f3367 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    50f2aa4 View commit details
    Browse the repository at this point in the history
  6. Update testfiles

    Signed-off-by: joshuabezaleel <[email protected]>
    joshuabezaleel committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    2541a19 View commit details
    Browse the repository at this point in the history
  7. Fix integration test

    Signed-off-by: joshuabezaleel <[email protected]>
    joshuabezaleel committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    dcb4f36 View commit details
    Browse the repository at this point in the history
  8. Add documentation to custom section of Porter manifest

    Signed-off-by: joshuabezaleel <[email protected]>
    joshuabezaleel committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    c10b6d3 View commit details
    Browse the repository at this point in the history
  9. Use StringArrayVar instead of StringSliceVar for --custom flag on por…

    …ter build
    
    Signed-off-by: joshuabezaleel <[email protected]>
    joshuabezaleel committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    5fd0dcf View commit details
    Browse the repository at this point in the history
  10. Add explanation on how the --custom flag will be processed during the…

    … build process
    
    Signed-off-by: joshuabezaleel <[email protected]>
    joshuabezaleel committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    cf5eec7 View commit details
    Browse the repository at this point in the history
  11. Updated docs using mage build

    Signed-off-by: joshuabezaleel <[email protected]>
    joshuabezaleel committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    0f82295 View commit details
    Browse the repository at this point in the history
  12. Update doc based on review

    Signed-off-by: joshuabezaleel <[email protected]>
    joshuabezaleel committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    f8be9a9 View commit details
    Browse the repository at this point in the history