allenporter / flux-local

flux-local is a set of tools and libraries for managing a local flux gitops repository focused on validation steps to help improve quality of commits, PRs, and general local testing.
https://allenporter.github.io/flux-local/
Apache License 2.0
156 stars 22 forks source link

Fix regression with fallback secret placeholders #636

Closed allenporter closed 7 months ago

allenporter commented 7 months ago

Ensure that when a secret is missing, the fallback to the values placeholder still happens. This was an unintentional behavior change when adding post build substitutions.

codecov-commenter commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.54%. Comparing base (306fd5b) to head (5e4b4de).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #636 +/- ## ========================================== + Coverage 93.44% 93.54% +0.09% ========================================== Files 20 20 Lines 2106 2106 ========================================== + Hits 1968 1970 +2 + Misses 138 136 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.