Skip to content

Commit

Permalink
Move the OTHER 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 87d4298 commit 5ac97fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/templates/cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
- curl -X POST dino-park-packs-service/internal/expire/all
restartPolicy: OnFailure
---
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: {{ .Values.name }}-notify-cron
Expand Down

0 comments on commit 5ac97fd

Please sign in to comment.