Skip to content

Commit

Permalink
update to batch/v1 apiVersion for CronJob
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Cerven <rcerven@redhat.com>
  • Loading branch information
rcerven committed Mar 4, 2024
1 parent eef22e6 commit 6aa3eef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tasks/configure_namespace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
state: present
namespace: "{{ osbs_ocp_namespace }}"
definition:
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: "{{ item.name }}"
Expand Down Expand Up @@ -139,7 +139,7 @@
state: present
namespace: "{{ osbs_ocp_namespace }}"
definition:
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: "{{ item.name }}"
Expand Down Expand Up @@ -179,7 +179,7 @@
state: present
namespace: "{{ osbs_ocp_namespace }}"
definition:
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: "{{ item.name }}"
Expand Down

0 comments on commit 6aa3eef

Please sign in to comment.