Skip to content

Commit

Permalink
fix template api version.
Browse files Browse the repository at this point in the history
Signed-off-by: morvencao <[email protected]>
  • Loading branch information
morvencao committed Oct 15, 2024
1 parent 715e01d commit 793db9e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion templates/agent-template-aro-hcp.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
apiVersion: template.openshift.io/v1
kind: Template
apiVersion: v1
metadata:
name: maestro-agent
annotations:
Expand Down
2 changes: 1 addition & 1 deletion templates/agent-template.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
apiVersion: template.openshift.io/v1
kind: Template
apiVersion: v1
metadata:
name: maestro-agent
annotations:
Expand Down
2 changes: 1 addition & 1 deletion templates/db-template.yml
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
2 changes: 1 addition & 1 deletion templates/mqtt-template.yml
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
2 changes: 1 addition & 1 deletion templates/route-template.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: v1
apiVersion: template.openshift.io/v1
kind: Template
name: uhc-acct-mangr-routes
metadata:
Expand Down
2 changes: 1 addition & 1 deletion templates/secrets-template.yml
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: maestro-secrets
Expand Down
2 changes: 1 addition & 1 deletion templates/service-template-aro-hcp.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
apiVersion: template.openshift.io/v1
kind: Template
apiVersion: v1
metadata:
name: maestro-service
annotations:
Expand Down
2 changes: 1 addition & 1 deletion templates/service-template.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
apiVersion: template.openshift.io/v1
kind: Template
apiVersion: v1
metadata:
name: maestro-service
annotations:
Expand Down

0 comments on commit 793db9e

Please sign in to comment.