Skip to content

Commit

Permalink
changed parameter values
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulGarewal committed Oct 22, 2024
1 parent 261095c commit 873e440
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 148 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ jobs:
oc_version: "4.14.37"
file: minio/openshift.deploy.yml
parameters:
-p NAME_SUFFIX=-dev-${{ github.event.number }}
# -p NAME_SUFFIX=-dev-${{ github.event.number }}
-p IMAGE_TAG=${{ github.event.number }}
-p ENV_NAME=dev
# -p ENV_NAME=dev
-p MINIO_ACCESS_KEY=${{ secrets.MINIO_ACCESS_KEY }}
-p MINIO_SECRET_KEY=${{ secrets.MINIO_SECRET_KEY }}
-p MINIO_DATA_DIR=/data
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: bcgov-nr/[email protected]
with:
#keep_versions: 50
keep_versions: 50
package: ${{ matrix.package }}
tag: ${{ github.event.number }}
tag_fallback: latest
Expand Down
145 changes: 0 additions & 145 deletions minio/minio.dc.yaml

This file was deleted.

0 comments on commit 873e440

Please sign in to comment.