From a84b285d80d30d4f8cac8f147f2f44ffc43739fb Mon Sep 17 00:00:00 2001 From: Daniel Scholl Date: Tue, 23 Jan 2024 21:24:12 -0600 Subject: [PATCH] change name of deploment for helm chart appconfigProvider. --- bicep/main.bicep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bicep/main.bicep b/bicep/main.bicep index c36ff647..85aa225a 100644 --- a/bicep/main.bicep +++ b/bicep/main.bicep @@ -1669,7 +1669,7 @@ module appRoleAssignments './modules/app_assignments.bicep' = { // Helm Charts ///////////////// module helmAppConfigProvider './modules/aks-run-command/main.bicep' = { - name: '${serviceLayerConfig.name}-helm-AppConfigProvider' + name: '${serviceLayerConfig.name}-helm-appconfig-provider' params: { aksName: cluster.outputs.aksClusterName location: location