Skip to content

Commit

Permalink
Tillater unleash next i outbound
Browse files Browse the repository at this point in the history
  • Loading branch information
olekvernberg committed Sep 14, 2023
1 parent 188f3d1 commit 076dfd5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .deploy/nais-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ spec:
- host: familie-integrasjoner.dev-fss-pub.nais.io
- host: pdl-api.dev-fss-pub.nais.io
- host: familie-ef-mottak.dev-fss-pub.nais.io
- host: teamfamilie-unleash-api.nav.cloud.nais.io
envFrom:
- secret: familie
- secret: ef-soknad-api
Expand Down
1 change: 1 addition & 0 deletions .deploy/nais-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ spec:
- host: familie-integrasjoner.prod-fss-pub.nais.io
- host: pdl-api.prod-fss-pub.nais.io
- host: familie-ef-mottak.prod-fss-pub.nais.io
- host: teamfamilie-unleash-api.nav.cloud.nais.io
envFrom:
- secret: familie
- secret: ef-soknad-api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class FeatureToggleController(private val featureToggleService: FeatureToggleSer
val funksjonsbrytere = listOf(
"familie.ef.soknad.feilsituasjon",
"familie.ef.soknad.nynorsk",
"test.environment"
"test.environment",
)

@GetMapping
Expand Down

0 comments on commit 076dfd5

Please sign in to comment.