From 5895ce66021c4a35b693400c6bd8c7fc497c4ce6 Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Boll Date: Thu, 12 Dec 2024 16:48:43 +0100 Subject: [PATCH] Fix typo --- dev-infrastructure/configurations/image-sync.tmpl.bicepparam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}'