We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d95fe32 commit 556d4c0Copy full SHA for 556d4c0
integration-tests/pipelines/rhtap-cli-e2e_hive.yaml
@@ -332,5 +332,5 @@ spec:
332
set -x
333
oc login $(cat /usr/local/hive-creds/kube_api_url) -u cluster-admin -p $(cat /usr/local/hive-creds/password)
334
oc whoami
335
- oc delete clusterclaim $(context.pipelineRun.name) -n hive
+ oc delete clusterclaims.hive.openshift.io $(context.pipelineRun.name) -n hive
336
0 commit comments