Skip to content

Commit 87d4298

Browse files
committed
Remove cron resource api to stable
1 parent 202b905 commit 87d4298

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

k8s/templates/cron.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
apiVersion: batch/v1beta1
2+
apiVersion: batch/v1
33
kind: CronJob
44
metadata:
55
name: {{ .Values.name }}-expirations-cron
@@ -37,4 +37,4 @@ spec:
3737
- /bin/sh
3838
- -c
3939
- curl -X POST dino-park-packs-service/internal/notify/all
40-
restartPolicy: OnFailure
40+
restartPolicy: OnFailure

0 commit comments

Comments
 (0)