From 54f8c5292f02e76ed90468ab2aad6b354a0927da Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Boll Date: Thu, 12 Dec 2024 09:29:22 +0100 Subject: [PATCH] Its not an azure secret file... --- dev-infrastructure/templates/image-sync.bicep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-infrastructure/templates/image-sync.bicep b/dev-infrastructure/templates/image-sync.bicep index d51222cbd..f1e3cb44c 100644 --- a/dev-infrastructure/templates/image-sync.bicep +++ b/dev-infrastructure/templates/image-sync.bicep @@ -201,7 +201,7 @@ resource componentSyncJob 'Microsoft.App/jobs@2024-03-01' = if (componentSyncEna { name: 'MANAGED_IDENTITY_CLIENT_ID', value: uami.properties.clientId } { name: 'SECRETS' - value: '{"secrets":[{"registry": "quay.io", "azureSecretfile": "/auth/${pullSecretFile}"}]}' + value: '{"secrets":[{"registry": "quay.io", "secretfile": "/auth/${pullSecretFile}"}]}' } ] }