Skip to content

Commit

Permalink
Merge pull request 'Fix apiVersion of cronjob of opensearch curator b…
Browse files Browse the repository at this point in the history
…ackup' (#252) from faizan-patch-1 into master

Reviewed-on: https://gitea.obmondo.com/EnableIT/KubeAid/pulls/252
  • Loading branch information
Ahmad-Faizan committed May 17, 2024
2 parents e351aa7 + 43d5179 commit a6dab3c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{- if .Values.backup.enable }}
---
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
namespace: graylog
Expand Down Expand Up @@ -43,7 +43,7 @@ spec:
mountPath: "/etc/curator/actions"
restartPolicy: OnFailure
---
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
namespace: graylog
Expand Down

0 comments on commit a6dab3c

Please sign in to comment.