Skip to content

Commit 3c489fb

Browse files
committed
Reverter endring for target audience value i prod og dev yml
1 parent 9bf54ca commit 3c489fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.nais/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
- name: BRILLE_API_BASE_URL
4242
value: 'http://hm-brille-api.teamdigihot.svc.cluster.local'
4343
- name: BRILLE_API_TARGET_AUDIENCE
44-
value: api://dev-gcp:teamdigihot:hm-brille-api/.default
44+
value: dev-gcp:teamdigihot:hm-brille-api
4545
- name: GIT_COMMIT
4646
value: {{commit}}
4747
accessPolicy:

.nais/prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
- name: BRILLE_API_BASE_URL
4242
value: 'http://hm-brille-api.teamdigihot.svc.cluster.local'
4343
- name: BRILLE_API_TARGET_AUDIENCE
44-
value: api://prod-gcp:teamdigihot:hm-brille-api/.default
44+
value: prod-gcp:teamdigihot:hm-brille-api
4545
- name: GIT_COMMIT
4646
value: {{commit}}
4747
accessPolicy:

0 commit comments

Comments
 (0)