Skip to content

Commit

Permalink
Changed name for devsample configmap deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielscholl committed Jan 24, 2024
1 parent a84b285 commit b8fe7d2
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 @@ -1759,7 +1759,7 @@ values.yaml: |
}

module devSampleMap './modules/aks-config-map/main.bicep' = if (enableConfigMap) {
name: '${serviceLayerConfig.name}-cluster-workloadidentitymap'
name: '${serviceLayerConfig.name}-cluster-devsample-configmap'
params: {
aksName: cluster.outputs.aksClusterName
location: location
Expand Down

0 comments on commit b8fe7d2

Please sign in to comment.