templates: fix apiVersion
There were errors using the latest oc 4.17 version: error: failed to read input object (not a Template?): unable to decode "templates/openshift/composer.yml": no kind "Template" is registered for version "v1" in scheme "k8s.io/kubectl/pkg/scheme/scheme.go:28"
This commit is contained in:
parent
07a18a5d49
commit
a54ac303a3
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
apiVersion: v1
|
||||
apiVersion: template.openshift.io/v1
|
||||
kind: Template
|
||||
metadata:
|
||||
name: composer
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
apiVersion: v1
|
||||
apiVersion: template.openshift.io/v1
|
||||
kind: Template
|
||||
metadata:
|
||||
name: image-builder-maintenance
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue