We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 273cf7d commit 7dce140Copy full SHA for 7dce140
.github/openshift/deploy.backend-applications.yml
@@ -83,7 +83,7 @@ objects:
83
name: ${REGISTRY}/${INIT_IMAGE}:${IMAGE_TAG}
84
referencePolicy:
85
type: Local
86
-- apiVersion: v1
+- apiVersion: apps/v1
87
kind: Deployment
88
metadata:
89
labels:
@@ -305,7 +305,7 @@ objects:
305
name: "${NAME}-${COMPONENT}"
306
spec:
307
scaleTargetRef:
308
- apiVersion: v1
+ apiVersion: apps/v1
309
310
311
minReplicas: ${{MIN_REPLICAS}}
.github/workflows/ci-cd-openshift-dev.yaml
@@ -5,7 +5,7 @@ on:
5
push:
6
branches:
7
- 'dev'
8
- - 'feat/srs-758-newupdate' #test1
+ - 'feat/srs-758-newupdate' #test
9
10
paths:
11
- 'backend/**'
0 commit comments