Skip to content

Commit

Permalink
Remove unused condition
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Oct 23, 2023
1 parent 9e2cd45 commit dce8f82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spire/templates/apps/feeder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ Parameters:

Conditions:
IsProduction: !Equals [!Ref EnvironmentType, Production]
IsStaging: !Equals [!Ref EnvironmentType, Staging]
IsPrimaryRegion: !Equals [!Ref RegionMode, Primary]
HasAuroraEndpoint: !Not [!Equals [!Ref SharedAuroraPostgresqlEndpoint, ""]]
EnableWorkers: !And [!Condition HasAuroraEndpoint, !Condition IsPrimaryRegion]
Expand Down

0 comments on commit dce8f82

Please sign in to comment.