Skip to content

Commit

Permalink
fixing the last test
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Beenham <[email protected]>
  • Loading branch information
superbeeny committed Aug 22, 2024
1 parent 2ea5cbf commit 68c8308
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
extension radius

git config --global core.autocrlf true
param magpieimage string
param environment string

Expand All @@ -19,7 +19,9 @@ resource webapp 'Applications.Core/containers@2023-10-01-preview' = {
container: {
image: magpieimage
env: {
DBCONNECTION: redis.listSecrets().connectionString
DBCONNECTION: {
value: redis.listSecrets().connectionString
}
}
readinessProbe: {
kind: 'httpGet'
Expand Down

0 comments on commit 68c8308

Please sign in to comment.