From 84825a6b2f96c9693c366d99a6ed2f8f01bf2751 Mon Sep 17 00:00:00 2001 From: tammert Date: Tue, 5 Apr 2022 21:40:21 +0200 Subject: [PATCH] Update CronJob to new API (compatible starting K8s 1.21) --- replicant/templates/cronjob.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/replicant/templates/cronjob.yaml b/replicant/templates/cronjob.yaml index 4c9ab5b..d8c8573 100644 --- a/replicant/templates/cronjob.yaml +++ b/replicant/templates/cronjob.yaml @@ -1,6 +1,6 @@ --- kind: CronJob -apiVersion: batch/v1beta1 +apiVersion: batch/v1 metadata: name: {{ include "replicant.name" . }} labels: