Skip to content

Commit

Permalink
fix: update cronjob api versions
Browse files Browse the repository at this point in the history
  • Loading branch information
moabu committed Sep 28, 2022
1 parent e3c5cc6 commit c572384
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kind: CronJob
apiVersion: batch/v1beta1
apiVersion: batch/v1
metadata:
name: {{ include "auth-server-key-rotation.fullname" . }}
namespace: {{ .Release.Namespace }}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{- if .Values.backup.enabled }}

kind: CronJob
apiVersion: batch/v1beta1
apiVersion: batch/v1
metadata:
name: {{ include "opendj.fullname" . }}-backup
spec:
Expand Down

0 comments on commit c572384

Please sign in to comment.