Skip to content

Commit

Permalink
Fix helm_charts_imagestreams
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek committed Feb 14, 2025
1 parent 09b790c commit e65d040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_shared_helm_postgresql_imagestreams.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class TestHelmRHELPostgresqlImageStreams:
def setup_method(self):
package_name = "redhat-postgresql-imagestreams"
path = test_dir
self.hc_api = HelmChartsAPI(path=path, package_name=package_name, tarball_dir=test_dir)
self.hc_api = HelmChartsAPI(path=path, package_name=package_name, tarball_dir=test_dir, shared_cluster=True)
self.hc_api.clone_helm_chart_repo(
repo_url="https://github.com/sclorg/helm-charts", repo_name="helm-charts",
subdir="charts/redhat"
Expand Down

0 comments on commit e65d040

Please sign in to comment.