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 a224b2a commit 9a0e4dbCopy full SHA for 9a0e4db
1 file changed
.github/workflows/on-pr-closed.yaml
@@ -39,6 +39,8 @@ jobs:
39
- name: Remove PR Deployment
40
shell: bash
41
run: |
42
+ oc whoami
43
+ oc auth can-i delete rolebindings -n d9d78e-dev
44
helm uninstall --namespace ${{ env.NAMESPACE_PREFIX }}-dev pr-${{ github.event.number }} --timeout 10m --wait
45
oc delete --namespace ${{ env.NAMESPACE_PREFIX }}-dev cm,secret --selector app.kubernetes.io/instance=pr-${{ github.event.number }}
46
- name: Remove Release Comment on PR
0 commit comments