Skip to content

Commit

Permalink
Set team and namespace for flaky-service
Browse files Browse the repository at this point in the history
  • Loading branch information
Starefossen committed Jul 5, 2024
1 parent 5ac6817 commit 83b848e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions flaky-service/.nais/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ apiVersion: nais.io/v1alpha1
kind: Application
metadata:
name: flaky-service
namespace: {{ namespace }}
namespace: examples
labels:
team: {{ namespace }}
team: examples
spec:
image: {{ image }}
port: 8080
Expand Down
4 changes: 2 additions & 2 deletions flaky-service/.nais/unleash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: unleash.nais.io/v1
kind: ApiToken
metadata:
name: flaky-service
namespace: {{ namespace }}
namespace: examples
labels:
team: {{ namespace }}
team: examples
spec:
unleashInstance:
apiVersion: unleash.nais.io/v1
Expand Down

0 comments on commit 83b848e

Please sign in to comment.