Skip to content

Commit ca1fee9

Browse files
author
Oleg Bulatov
committed
Use new name for sample operator config
1 parent c57fc0c commit ca1fee9

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)