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 4e113a4 commit 4ffd77cCopy full SHA for 4ffd77c
scripts/offboarding.sh
@@ -15,7 +15,6 @@ CLUSTER=$(yq e '.cluster[0] | downcase' ${CONFIG})
15
NAMESPACE=$(yq e '.project-name | downcase' ${CONFIG})
16
GROUP=$(yq e '.team-name' ${CONFIG})
17
18
-
19
# Remove OCP Group for team being onboarded
20
GROUP_PATH="${REPO}/cluster-scope/base/user.openshift.io/groups/${GROUP}";
21
rm ${GROUP_PATH} -rf
0 commit comments