Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
Nytt navn
Browse files Browse the repository at this point in the history
  • Loading branch information
igorweber committed Mar 19, 2024
1 parent b2dfc9f commit e78d5e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
PRINT_PAYLOAD: true
CLUSTER: ${{ env.CLUSTER }}
RESOURCE: ${{ env.NAIS_FILE }}
VAR: image=${{ env.IMAGE }},appName=${{ env.APPNAME }}-old
VAR: image=${{ env.IMAGE }},appName=${{ env.APPNAME }}
VARS: .nais/vars-${{ env.ENVIRONMENT }}.yaml
WAIT: false

Expand Down
2 changes: 1 addition & 1 deletion .nais/nais.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: nais.io/v1alpha1
kind: Application
metadata:
name: {{ appName }}{{ dashEnv }}
name: {{ appName }}{{ dashEnv }}-old
namespace: meldekort
labels:
team: meldekort
Expand Down

0 comments on commit e78d5e4

Please sign in to comment.