Skip to content

Commit e65d040

Browse files
committed
Fix helm_charts_imagestreams
Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent 09b790c commit e65d040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_shared_helm_postgresql_imagestreams.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class TestHelmRHELPostgresqlImageStreams:
2020
def setup_method(self):
2121
package_name = "redhat-postgresql-imagestreams"
2222
path = test_dir
23-
self.hc_api = HelmChartsAPI(path=path, package_name=package_name, tarball_dir=test_dir)
23+
self.hc_api = HelmChartsAPI(path=path, package_name=package_name, tarball_dir=test_dir, shared_cluster=True)
2424
self.hc_api.clone_helm_chart_repo(
2525
repo_url="https://github.com/sclorg/helm-charts", repo_name="helm-charts",
2626
subdir="charts/redhat"

0 commit comments

Comments
 (0)