Skip to content

Commit

Permalink
fix: align apiVersion to OpenShift 4.17
Browse files Browse the repository at this point in the history
This change update apiVersion to be aligned with
OpenShift 4.17 which requires group/version format.

Credits on @bsquizz

Signed-off-by: Alejandro Visiedo <[email protected]>
  • Loading branch information
avisiedo committed Nov 6, 2024
1 parent f74467e commit 3c9624b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/frontend.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# OpenShift template to deploy idmsvc-frontend
---
apiVersion: v1
apiVersion: template.openshift.io/v1
kind: Template
metadata:
name: idmsvc-frontend
Expand Down

0 comments on commit 3c9624b

Please sign in to comment.