Skip to content

Commit

Permalink
I only have one flux id, simplify that name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaykul committed Oct 7, 2023
1 parent 5d46041 commit 2a032e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/Cluster.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ module aks 'modules/managedCluster.bicep' = {
module fluxId 'modules/userAssignedIdentity.bicep' = {
name: '${deploymentName}_uai_fluxId'
params: {
baseName: 'flux_crypto'
baseName: 'flux'
location: location
tags: tags
azureADTokenExchangeFederatedIdentityCredentials: {
Expand Down

0 comments on commit 2a032e1

Please sign in to comment.