Skip to content

Commit 7d84709

Browse files
committed
Disable ibm offering until release
1 parent fddd7aa commit 7d84709

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/openshift/code-quarkus-acceptance-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ objects:
1919
name: code-quarkus-acceptance-test
2020
env:
2121
- name: TEST_CONFIG_URL
22-
value: ${CODE_QUARKUS_STAGING_URL}
22+
value: 'https://code.quarkus.stage.redhat.com'
2323
resources:
2424
requests:
2525
cpu: ${CPU_REQUEST}

deploy/openshift/code-quarkus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ objects:
118118
metadata:
119119
name: code-quarkus-ibm-offering
120120
spec:
121-
replicas: ${{REPLICAS}}
121+
replicas: "0"
122122
selector:
123123
service: code-quarkus-ibm-offering
124124
strategy:

0 commit comments

Comments
 (0)