Skip to content

Commit

Permalink
Use the correct APIVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
mociarain committed Dec 9, 2024
1 parent 3aa3b4e commit 77a8239
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: v1
apiVersion: template.openshift.io/v1
kind: Template
metadata:
name: cluster-service-admin
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: v1
apiVersion: template.openshift.io/v1
kind: Template
metadata:
annotations:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: v1
apiVersion: template.openshift.io/v1
kind: Template
metadata:
name: ocm-cs-ns
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

---

apiVersion: v1
apiVersion: template.openshift.io/v1
kind: Template
metadata:
name: clusters-service-secrets
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

---

apiVersion: v1
apiVersion: template.openshift.io/v1
kind: Template
metadata:
name: clusters-service
Expand Down

0 comments on commit 77a8239

Please sign in to comment.