Skip to content

Commit

Permalink
Bytt namespace til toi (#70)
Browse files Browse the repository at this point in the history
* Bytt namespace til toi

* Deploy med nytt namespace
  • Loading branch information
joarau authored Nov 14, 2024
1 parent 6fcd722 commit 0a1205f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Bygg og deploy
on: [push, workflow_dispatch]

permissions:
contents: read
id-token: write
contents: read
id-token: write

jobs:
bygg-og-push-docker-image:
name: Bygg applikasjon
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
deploy-til-dev:
name: Deploy til dev
needs: bygg-og-push-docker-image
if: github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/oppgrader-dekoratør'
if: github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/bytt-namespace-til-toi'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions nais-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: nais.io/v1alpha1
kind: Application
metadata:
name: vis-stilling
namespace: arbeidsgiver
namespace: toi
labels:
team: arbeidsgiver
team: toi
spec:
# prettier-ignore
image: {{ image }}
Expand Down
4 changes: 2 additions & 2 deletions nais-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: nais.io/v1alpha1
kind: Application
metadata:
name: vis-stilling
namespace: arbeidsgiver
namespace: toi
labels:
team: arbeidsgiver
team: toi
spec:
# prettier-ignore
image: {{ image }}
Expand Down

0 comments on commit 0a1205f

Please sign in to comment.