From 87d4298f9cc49cf52c60e6f1d318928bf26218f6 Mon Sep 17 00:00:00 2001 From: Jake Watkins Date: Sun, 17 Dec 2023 18:28:29 -0500 Subject: [PATCH] Remove cron resource api to stable --- k8s/templates/cron.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/templates/cron.yaml b/k8s/templates/cron.yaml index dfd8ffc..7c0eecd 100644 --- a/k8s/templates/cron.yaml +++ b/k8s/templates/cron.yaml @@ -1,5 +1,5 @@ --- -apiVersion: batch/v1beta1 +apiVersion: batch/v1 kind: CronJob metadata: name: {{ .Values.name }}-expirations-cron @@ -37,4 +37,4 @@ spec: - /bin/sh - -c - curl -X POST dino-park-packs-service/internal/notify/all - restartPolicy: OnFailure \ No newline at end of file + restartPolicy: OnFailure