We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa12ac7 commit 2c9a5aaCopy full SHA for 2c9a5aa
1 file changed
test/openshift/e2e/ginkgo/fixture/fixture.go
@@ -66,7 +66,7 @@ func GetInstallationNamespace() string {
66
67
installationNamespace = "openshift-gitops-operator"
68
69
- sub = &olmv1alpha1.Subscription{ObjectMeta: metav1.ObjectMeta{Name: "openshift-gitops-operator", Namespace: "openshift-gitops-operator"}}
+ sub = &olmv1alpha1.Subscription{ObjectMeta: metav1.ObjectMeta{Name: "openshift-gitops-operator", Namespace: installationNamespace}}
70
71
if err := k8sClient.Get(context.Background(), client.ObjectKeyFromObject(sub), sub); err != nil {
72
return ""
0 commit comments