Skip to content

Commit

Permalink
fix github actions, helm param (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattops authored Jan 31, 2024
1 parent 01e4f2d commit b82e5e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/cloud-platform-deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ runs:
--set 'generic-service.image.tag=${{ inputs.version }}' \
--set 'version=${{ inputs.version }}' \
--timeout 10m \
--values '${{ steps.env.outputs.values-file }}' \
--values '../values-${{ inputs.environment }}.yaml' \
--wait
2 changes: 1 addition & 1 deletion helm_deploy/hmpps-veracode-discovery/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ generic-service:

# Environment variables to load into the deployment
env:
REFRESH_INTERVAL: "7200"
REFRESH_INTERVAL_HOURS: "6"
LOG_LEVEL: debug

# Pre-existing kubernetes secrets to load as environment variables in the deployment.
Expand Down

0 comments on commit b82e5e0

Please sign in to comment.