Skip to content

Commit e8c929e

Browse files
Merge pull request #22902 from dmage/samples-config
Use new name for sample operator config
2 parents 359c4ba + ca1fee9 commit e8c929e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/extended/util/framework.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ func DumpImageStreams(oc *CLI) {
158158
}
159159

160160
func DumpSampleOperator(oc *CLI) {
161-
out, err := oc.AsAdmin().Run("get").Args("configs.samples.operator.openshift.io", "instance", "-n", "openshift-cluster-samples-operator", "-o", "yaml", "--config", KubeConfigPath()).Output()
161+
out, err := oc.AsAdmin().Run("get").Args("configs.samples.operator.openshift.io", "cluster", "-o", "yaml", "--config", KubeConfigPath()).Output()
162162
if err == nil {
163163
e2e.Logf("\n samples operator CR: \n%s\n", out)
164164
} else {

0 commit comments

Comments
 (0)