Skip to content

Commit

Permalink
Remove cron resource api to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
dividehex committed Dec 17, 2023
1 parent 202b905 commit 87d4298
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/templates/cron.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: {{ .Values.name }}-expirations-cron
Expand Down Expand Up @@ -37,4 +37,4 @@ spec:
- /bin/sh
- -c
- curl -X POST dino-park-packs-service/internal/notify/all
restartPolicy: OnFailure
restartPolicy: OnFailure

0 comments on commit 87d4298

Please sign in to comment.