add Features__FeedIngestion env var for api ca

pull/155/head
Marcus Felling 2022-09-20 10:20:45 -05:00
parent 52a23e555c
commit 3fbb38dca6
No known key found for this signature in database
GPG Key ID: 89EBCF55B58D842F
1 changed files with 4 additions and 0 deletions

View File

@ -158,6 +158,10 @@ resource apiContainerApp 'Microsoft.App/containerApps@2022-03-01' = {
name: 'ConnectionStrings__PodcastDb'
secretRef: 'podcastdb'
}
{
name: 'Features__FeedIngestion'
value: '${deployIngestion}'
}
]
}
]