Skip to content

Commit

Permalink
change name of deploment for helm chart appconfigProvider.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielscholl committed Jan 24, 2024
1 parent c892c21 commit a84b285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bicep/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a84b285

Please sign in to comment.