Skip to content

Commit

Permalink
chore: overwriting deployments (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj authored Oct 17, 2024
1 parent 2580af7 commit 98aaa9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
oc_server: ${{ vars.OC_SERVER }}
oc_token: ${{ secrets.OC_TOKEN }}
file: common/openshift.init.yml
overwrite: false
overwrite: true
parameters:
-p AWS_KINESIS_STREAM='${{ secrets.AWS_KINESIS_STREAM }}'
-p AWS_KINESIS_ROLE_ARN='${{ secrets.AWS_KINESIS_ROLE_ARN }}'
Expand Down Expand Up @@ -51,6 +51,7 @@ jobs:
- name: backend
verification_path: actuator/health
file: backend/openshift.deploy.yml
overwrite: true
timeout: 15m
parameters:
-p RESULTS_ENV_OPENSEARCH=test
Expand Down Expand Up @@ -92,7 +93,7 @@ jobs:
oc_server: ${{ vars.OC_SERVER }}
oc_token: ${{ secrets.OC_TOKEN }}
file: common/openshift.init.yml
overwrite: false
overwrite: true
parameters:
-p AWS_KINESIS_STREAM='${{ secrets.AWS_KINESIS_STREAM }}'
-p AWS_KINESIS_ROLE_ARN='${{ secrets.AWS_KINESIS_ROLE_ARN }}'
Expand Down Expand Up @@ -135,6 +136,7 @@ jobs:
- name: backend
verification_path: actuator/health
file: backend/openshift.deploy.yml
overwrite: true
timeout: 15m
parameters:
-p RESULTS_ENV_OPENSEARCH=production
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
oc_server: ${{ vars.OC_SERVER }}
oc_token: ${{ secrets.OC_TOKEN }}
file: common/openshift.init.yml
overwrite: false
overwrite: true
parameters:
-p ZONE=${{ github.event.number }}
-p AWS_KINESIS_STREAM='${{ secrets.AWS_KINESIS_STREAM }}'
Expand Down Expand Up @@ -105,7 +105,6 @@ jobs:
file: database/openshift.deploy.yml
parameters:
-p DB_PVC_SIZE=128Mi
overwrite: false
- name: backend
file: backend/openshift.deploy.yml
timeout: 15m
Expand Down

0 comments on commit 98aaa9a

Please sign in to comment.