Skip to content

Commit

Permalink
Merge pull request #969 from Azure/fix-config
Browse files Browse the repository at this point in the history
Its not an azure secret file...
  • Loading branch information
janboll authored Dec 12, 2024
2 parents 37c60e0 + 54f8c52 commit 3405133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-infrastructure/templates/image-sync.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -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}"}]}'
}
]
}
Expand Down

0 comments on commit 3405133

Please sign in to comment.