Skip to content

Commit

Permalink
Remove deploy paramters not referenced in database deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
fergmac committed Dec 13, 2024
1 parent 5010604 commit ec283cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ jobs:
file: database/openshift.deploy.yml
overwrite: true
parameters:
-p IMAGE_STREAM_NAMESPACE=${{ vars.OC_NAMESPACE }}
-p IMAGE_STREAM_NAME=crunchy-postgres-gis
# -p IMAGE_STREAM_NAMESPACE=${{ vars.OC_NAMESPACE }}
# -p IMAGE_STREAM_NAME=crunchy-postgres-gis
-p TAG=${{ inputs.tag }}
-p ZONE=${{ inputs.target }}
-p STORAGE_CLASS=netapp-file-standard
Expand Down

0 comments on commit ec283cb

Please sign in to comment.