Merge pull request #133 from thecodingmachine/cleanup_namespace
Trying to trigger delete on correct branch
This commit is contained in:
commit
50e4a7013c
4
.github/workflows/cleanup.yml
vendored
4
.github/workflows/cleanup.yml
vendored
@ -21,4 +21,6 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
KUBE_CONFIG_FILE: ${{ secrets.KUBE_CONFIG_FILE }}
|
KUBE_CONFIG_FILE: ${{ secrets.KUBE_CONFIG_FILE }}
|
||||||
with:
|
with:
|
||||||
namespace: workadventure-${{ env.GITHUB_REF_SLUG }}
|
# FIXME: we are not using ${{ env.GITHUB_REF_SLUG }} that resolves to master BUT! we are not using a slugified namespace
|
||||||
|
# so complex namespace names will not be treated correctly
|
||||||
|
namespace: workadventure-${{ github.event.ref }}
|
||||||
|
Loading…
Reference in New Issue
Block a user