Skip to content

Commit

Permalink
fixes (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattops authored May 16, 2024
1 parent 9468d00 commit 3c01a31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
with:
environment: ${{ inputs.environment }}
version: ${{ inputs.version }}
api: https://${{ secrets.DEVELOPMENT_KUBE_CLUSTER }}
cert: ${{ secrets.DEVELOPMENT_KUBE_CERT }}
cluster: ${{ secrets.DEVELOPMENT_KUBE_CLUSTER }}
namespace: ${{ secrets.DEVELOPMENT_KUBE_NAMESPACE }}
token: ${{ secrets.DEVELOPMENT_KUBE_TOKEN }}
api: https://${{ secrets.KUBE_CLUSTER }}
cert: ${{ secrets.KUBE_CERT }}
cluster: ${{ secrets.KUBE_CLUSTER }}
namespace: ${{ secrets.KUBE_NAMESPACE }}
token: ${{ secrets.KUBE_TOKEN }}
4 changes: 2 additions & 2 deletions helm_deploy/hmpps-terraform-discovery/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ generic-service:
ingress:
enabled: false

# Due to a bug cant disable/override the sub chart.
# https://github.com/helm/helm/pull/12162
# Due to a bug cant disable/override the sub chart.
# https://github.com/helm/helm/pull/12162
# Have implemented a basic http health endpoint, until this bug is fixed.
#livenessProbe: null
#readinessProbe: null
Expand Down

0 comments on commit 3c01a31

Please sign in to comment.