Skip to content

Commit

Permalink
chore(radix): updated radix config
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinrefvol committed Jan 8, 2024
1 parent 54e24aa commit 022519c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions radixconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,23 @@ spec:
imageTagName: latest
variables:
ASPNETCORE_ENVIRONMENT: "Test"
secretRefs:
azureKeyVaults:
- name: s542-test-kv-00-eun-6q
path: /mnt/test
items:
- name: ApplicationInsights--ConnectionString
envVar: ApplicationInsights__ConnectionString
- name: AzureAd--ClientId
envVar: AzureAd__ClientId
- name: AzureAd--ClientSecret
envVar: AzureAd__ClientSecret
- name: ConnectionStrings--AzureBlobStorage
envVar: ConnectionStrings__AzureBlobStorage
- name: ConnectionStrings--PepmConnectionString
envVar: ConnectionStrings__PepmConnectionString
- name: AzureAD--TenantId
envVar: AzureAD__TenantId
- environment: prod
imageTagName: latest
variables:
Expand Down

0 comments on commit 022519c

Please sign in to comment.