Skip to content

Commit

Permalink
Use correct kubectl syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
zwolf committed Jan 31, 2024
1 parent 92075a9 commit ea5f6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cron_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:

- name: Modify & apply template
run: |
kubectl delete hotmail-complaint-processor-cronjob
kubectl delete cronjob hotmail-complaint-processor-cronjob
kubectl create -f kubernetes/cron_script.yml

0 comments on commit ea5f6d0

Please sign in to comment.