Skip to content

Commit 1ceccb7

Browse files
committed
Correct apiVersion for deployment object
Signed-off-by: Jayashree Huttanagoudar <[email protected]>
1 parent c6b5fb1 commit 1ceccb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/jlink/jlinked-app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ objects:
215215
name: ubimicro:latest # ImageStreamTag for registry.access.redhat.com/ubi9/ubi-micro
216216
##############################################################################
217217
# Deployment and Route object specs
218-
- apiVersion: apps.openshift.io/v1
218+
- apiVersion: apps/v1
219219
kind: Deployment
220220
metadata:
221221
name: jlinked-app

0 commit comments

Comments
 (0)