ADD delete cron
All checks were successful
dev test / test (push) Successful in 18s
dev test / vulnCheck (push) Successful in 19s
dev test / Ci-Lint (push) Successful in 22s

This commit is contained in:
maximo tejeda 2024-12-03 09:23:08 -04:00
parent eb7dcbcc02
commit d9bce03a7b

View File

@ -110,5 +110,7 @@ jobs:
mkdir ~/.kube
export IMAGE="$( echo ${{ github.server_url }} | sed -e 's;https://;;')/${{ github.repository }}:${{ github.ref_name }}"
echo "${{ secrets.KUBECONFIG }}" > ~/.kube/config
- name: delete olf config
run: kubectl apply -f k8s/cronjobs.yml
- name: apply config
run: kubectl apply -f k8s/cronjobs.yml