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:
Rakshith R 2021-08-09 15:19:27 +05:30 committed by mergify[bot]
parent c90023ad5d
commit 6255ec9a7a
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: