We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 202b905 commit 87d4298Copy full SHA for 87d4298
1 file changed
k8s/templates/cron.yaml
@@ -1,5 +1,5 @@
1
---
2
-apiVersion: batch/v1beta1
+apiVersion: batch/v1
3
kind: CronJob
4
metadata:
5
name: {{ .Values.name }}-expirations-cron
@@ -37,4 +37,4 @@ spec:
37
- /bin/sh
38
- -c
39
- curl -X POST dino-park-packs-service/internal/notify/all
40
- restartPolicy: OnFailure
+ restartPolicy: OnFailure
0 commit comments