Skip to content

Commit

Permalink
fix: add missing ns grant to api for bff (#17105)
Browse files Browse the repository at this point in the history
* fix: add missing ns grant to api for bff

* chore: charts update dirty files

* chore: nx format:write update dirty files

---------

Co-authored-by: andes-it <builders@andes.is>
  • Loading branch information
brynjarorng and andes-it authored Dec 2, 2024
1 parent 6ca2d70 commit d8e5cd2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/api/infra/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -478,5 +478,6 @@ export const serviceSetup = (services: {
'consultation-portal',
'portals-admin',
'service-portal',
'portals-my-pages',
)
}
1 change: 1 addition & 0 deletions charts/islandis/values.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ api:
- 'consultation-portal'
- 'portals-admin'
- 'service-portal'
- 'portals-my-pages'
grantNamespacesEnabled: true
healthCheck:
liveness:
Expand Down
1 change: 1 addition & 0 deletions charts/islandis/values.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ api:
- 'consultation-portal'
- 'portals-admin'
- 'service-portal'
- 'portals-my-pages'
grantNamespacesEnabled: true
healthCheck:
liveness:
Expand Down
1 change: 1 addition & 0 deletions charts/islandis/values.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ api:
- 'consultation-portal'
- 'portals-admin'
- 'service-portal'
- 'portals-my-pages'
grantNamespacesEnabled: true
healthCheck:
liveness:
Expand Down
1 change: 1 addition & 0 deletions charts/services/api/values.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ grantNamespaces:
- 'consultation-portal'
- 'portals-admin'
- 'service-portal'
- 'portals-my-pages'
grantNamespacesEnabled: true
healthCheck:
liveness:
Expand Down
1 change: 1 addition & 0 deletions charts/services/api/values.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ grantNamespaces:
- 'consultation-portal'
- 'portals-admin'
- 'service-portal'
- 'portals-my-pages'
grantNamespacesEnabled: true
healthCheck:
liveness:
Expand Down
1 change: 1 addition & 0 deletions charts/services/api/values.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ grantNamespaces:
- 'consultation-portal'
- 'portals-admin'
- 'service-portal'
- 'portals-my-pages'
grantNamespacesEnabled: true
healthCheck:
liveness:
Expand Down

0 comments on commit d8e5cd2

Please sign in to comment.