Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f74b8a5

Browse files
committed
Do not use shared_cluster on OpenShift 4
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
1 parent 2b1fb78 commit f74b8a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎test/test_shared_helm_postgresql_imagestreams.py‎

Lines changed: 1 addition & 1 deletion
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, remote=True)
23+
self.hc_api = HelmChartsAPI(path=path, package_name=package_name, tarball_dir=test_dir)
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"

‎test/test_shared_helm_postgresql_template.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class TestHelmPostgresqlPersistent:
3131
def setup_method(self):
3232
package_name = "redhat-postgresql-persistent"
3333
path = test_dir
34-
self.hc_api = HelmChartsAPI(path=path, package_name=package_name, tarball_dir=test_dir, remote=True)
34+
self.hc_api = HelmChartsAPI(path=path, package_name=package_name, tarball_dir=test_dir)
3535
self.hc_api.clone_helm_chart_repo(
3636
repo_url="https://github.com/sclorg/helm-charts", repo_name="helm-charts",
3737
subdir="charts/redhat"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /