mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-01-18 02:39:30 +00:00
ci: update Template yamls apiVersion to template.openshift.io/v1
This was updated to prevent the following error. Using non-groupfied API resources is deprecated and will be removed in a future release, update apiVersion to "template.openshift.io/v1" for your resource. Signed-off-by: Rakshith R <rar@redhat.com>
This commit is contained in:
parent
c90023ad5d
commit
6255ec9a7a
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
kind: Template
|
kind: Template
|
||||||
apiVersion: v1
|
apiVersion: template.openshift.io/v1
|
||||||
metadata:
|
metadata:
|
||||||
name: my-template
|
name: my-template
|
||||||
objects:
|
objects:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
kind: Template
|
kind: Template
|
||||||
apiVersion: v1
|
apiVersion: template.openshift.io/v1
|
||||||
metadata:
|
metadata:
|
||||||
name: jjb-validate
|
name: jjb-validate
|
||||||
objects:
|
objects:
|
||||||
|
Loading…
Reference in New Issue
Block a user