bcgov/Crunchy Database Deployment
Deploy a Crunchy PostgreSQL database to OpenShift
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| oc_namespace | OpenShift namespace | yes | — |
| oc_token | OpenShift token | yes | — |
| environment | Environment name; omit for PRs | no | — |
| triggers | Paths used to trigger a deployment; e.g. (./backend/ ./frontend/). | no | — |
| oc_server | OpenShift server | no | https://api.silver.devops.gov.bc.ca:6443 |
| values_file | Path to the values.yml file to use for the deployment | yes | — |
| s3_access_key | S3 access key | no | — |
| s3_secret_key | S3 secret key | no | — |
| s3_bucket | S3 bucket | no | — |
| s3_endpoint | S3 endpoint | — | — |
| force_cleanup | Force cleanup of the database | no | false |
| directory | Crunchy Chart directory | no | charts/crunchy |
| github_token | Specify token (GH or PAT), instead of inheriting one from the calling workflow | — | ${{ github.token }} |
| repository | GitHub repository; e.g. org/repo | no | bcgov/action-crunchy |
| ref | Git ref to use; e.g. branch, tag, sha | no | main |
| release_name | Release name; e.g. pg-qsos-crunchy, make sure it is unique in the namespace you are deploying to | no | "" |
| diff_branch | Branch to compare against for diff triggers; defaults to the default branch of the repository | no | — |
Outputs
| name | description |
|---|---|
| release | Release name |
| cluster | Cluster name |