Skip to content

Commit

Permalink
chore(radix): update radix config
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinrefvol committed Jan 8, 2024
1 parent 67b9a7e commit bfe97a5
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions radixconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,23 @@ spec:
imageTagName: latest
variables:
ASPNETCORE_ENVIRONMENT: "Development"
secrets:
- AzureAd__ClientId
- AzureAd__ClientSecret
- ConnectionStrings__PepmConnectionString
- ConnectionStrings__AzureBlobStorage
- ApplicationInsights__ConnectionString
secretRefs:
azureKeyVaults:
- name: s542-dev-kv-00-eun-jk
path: /mnt/dev
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: test
imageTagName: latest
variables:
Expand Down

0 comments on commit bfe97a5

Please sign in to comment.