Skip to content

Commit

Permalink
fix deploy, update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tommartensen committed Oct 17, 2023
1 parent 7480faf commit 8b0dd55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
gcloud container clusters get-credentials infra-${{ inputs.environment }} \
--project stackrox-infra \
--region us-west2
ENVIRONMENT=${{ inputs.environment }} make install-argo helm-deploy
ENVIRONMENT=${{ inputs.environment }} make install-argo clean-argo-config helm-deploy
- name: Notify infra channel about new version
env:
Expand Down
3 changes: 3 additions & 0 deletions DEPLOYMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ To install Argo workflow server, run:

NOTE: This is a separate step and not a dependant chart for example to avoid too frequent Argo deployments.

Also note that if you plan to deploy `infra-server` to this cluster, you will need to remove the default Argo workflow controller ConfigMap with the `clean-argo-config` Make target.
This is required until [ROX-20269](https://issues.redhat.com/browse/ROX-20269) is resolved.

### Manual deployment

To render a copy of the charts (for inspection), run:
Expand Down

0 comments on commit 8b0dd55

Please sign in to comment.