File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # Copyright (c) 2022, Oracle and/or its affiliates.
2
+ # Copyright (c) 2022, 2023, Oracle and/or its affiliates.
3
3
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
4
4
#
5
5
set -o errexit
@@ -135,6 +135,8 @@ ${KUBERNETES_CLI} delete pv pv-testalertmanagertest3 --wait=false || true
135
135
${KUBERNETES_CLI} delete pv pv-testgrafanatest3 --wait=false || true
136
136
${KUBERNETES_CLI} delete pv pv-testprometheustest3 --wait=false || true
137
137
138
+ ${KUBERNETES_CLI} delete crd $( ${KUBERNETES_CLI} get crd | grep weblogic) || true
139
+
138
140
${KUBERNETES_CLI} get ingressroutes -A --no-headers | awk ' /tdlbs-/{print $2}' | xargs ${KUBERNETES_CLI} delete ingressroute || true
139
141
${KUBERNETES_CLI} get clusterroles --no-headers | awk ' /ns-/{print $1}' | xargs ${KUBERNETES_CLI} delete clusterroles || true
140
142
${KUBERNETES_CLI} get clusterroles --no-headers | awk ' /appscode/{print $1}' | xargs ${KUBERNETES_CLI} delete clusterroles || true
You can’t perform that action at this time.
0 commit comments