commit | 589b36185f6d63922a6069588539988d3fdd2c77 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Thu Apr 18 19:46:23 2024 -0400 |
committer | GitHub <noreply@github.com> | Thu Apr 18 19:46:23 2024 -0400 |
tree | 6ddeabc3224c0ce174d47a0625dba7ab516cc614 | |
parent | 70588b3d581a0cd0e16fd74ef13d7d485d044277 [diff] |
Ignore value_overrides in patches (#1130)
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()