diff --git a/dev-infrastructure/configurations/image-sync.tmpl.bicepparam b/dev-infrastructure/configurations/image-sync.tmpl.bicepparam index 92f8183fd..625b7daa6 100644 --- a/dev-infrastructure/configurations/image-sync.tmpl.bicepparam +++ b/dev-infrastructure/configurations/image-sync.tmpl.bicepparam @@ -10,7 +10,7 @@ param keyVaultSoftDelete = {{ .imageSync.keyVault.softDelete }} param componentSyncPullSecretName = 'component-sync-pull-secret' param componentSyncImage = '{{ .svcAcrName }}.azurecr.io/{{ .imageSync.componentSync.imageRepo }}:{{ .imageSync.componentSync.imageTag }}' param componentSyncEnabed = {{ .imageSync.componentSync.enabled }} -param componentSyncSecrets = '{ .imageSync.componentSync.secrets }}' +param componentSyncSecrets = '{{ .imageSync.componentSync.secrets }}' param svcAcrName = '{{ .svcAcrName }}'