Skip to content

Commit

Permalink
Merge pull request #2951 from statisticsnorway/MIM-2005-nais-alterati…
Browse files Browse the repository at this point in the history
…ons-3

[MIM-2005] TTL 0
  • Loading branch information
Carl-OW authored Oct 17, 2024
2 parents a51320b + 2891ee1 commit 9a01226
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/delete_nais.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
service_account: '[email protected]'
token_format: 'access_token'

# Get GKE credentials
- id: 'get-credentials'
uses: 'google-github-actions/[email protected]'
with:
cluster_name: 'nais-test'
location: 'europe-north1'
# Skip the GKE credentials step (this is where the issue happens)
# - id: 'get-credentials'
# uses: 'google-github-actions/[email protected]'
# with:
# cluster_name: 'nais-test'
# location: 'europe-north1'

# Redeploy the application with TTL set to 0
- name: 'Set TTL to 0 in nais.yaml'
Expand Down

0 comments on commit 9a01226

Please sign in to comment.