mia-platform / mlp

cli for easier deployment of Mia-Platform Console projects
https://docs.mia-platform.eu/docs/runtime_suite_tools/mlp/overview
Apache License 2.0
12 stars 2 forks source link

feat: ignore patches already in kust.yaml #23

Closed thobianchi closed 2 years ago

thobianchi commented 2 years ago

If a patch file is already present in kustomization.yaml mlp will not execute kustomize resource add patch --path <file> on that file

codecov-commenter commented 2 years ago

Codecov Report

Merging #23 (b4db23d) into main (fc9669d) will decrease coverage by 0.08%. The diff coverage is 70.96%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #23      +/-   ##
==========================================
- Coverage   68.20%   68.12%   -0.09%     
==========================================
  Files           9        9              
  Lines        1211     1236      +25     
==========================================
+ Hits          826      842      +16     
- Misses        309      315       +6     
- Partials       76       79       +3     
Impacted Files Coverage Δ
pkg/kustomize/kustomize.go 60.00% <70.96%> (+1.42%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update fc9669d...b4db23d. Read the comment docs.