Skip to content

Commit

Permalink
Merge pull request #98 from bcgov/bugfix/namespaceparam
Browse files Browse the repository at this point in the history
Add missing namespace config value in GA Helm deploy argument command
  • Loading branch information
TimCsaky authored Nov 14, 2023
2 parents 05e2865 + 75d9ebb commit f23b82b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/deploy-to-environment/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ runs:
--set image.tag=sha-$(git rev-parse --short HEAD)
--set route.host=${{ inputs.acronym }}-${{ inputs.namespace_environment }}-${{ inputs.job_name }}.apps.silver.devops.gov.bc.ca
--set fluentBit.config.aws.roleArn=${{ inputs.aws_role_arn }}
--set fluentBit.config.namespace=${{ inputs.namespace_prefix }}-${{ inputs.namespace_environment }}
--timeout 10m
--wait
Expand Down

0 comments on commit f23b82b

Please sign in to comment.