commit | c8b785a6025f6d3dd07884294455633f075bfd05 | [log] [tgz] |
---|---|---|
author | vexxhost-bot <105816074+vexxhost-bot@users.noreply.github.com> | Thu Apr 18 23:36:25 2024 -0400 |
committer | GitHub <noreply@github.com> | Fri Apr 19 03:36:25 2024 +0000 |
tree | d9a1f5952f59137524251671a3b898462263ee08 | |
parent | 19c6c8ab76b9a347c4929676a91bf429ed8e0fd5 [diff] |
[stable/zed] Ignore value_overrides in patches (#1132) This is an automated cherry-pick of #1130 /assign mnaser
diff --git a/build/sync-charts.py b/build/sync-charts.py index ce32da0..577c8fc 100644 --- a/build/sync-charts.py +++ b/build/sync-charts.py
@@ -96,6 +96,7 @@ textwrap.dedent( f"""\ {path.name}/Chart.yaml + {path.name}/values_overrides/* """ ) .strip()