Skip to content

Commit

Permalink
chore: adding $&@#*#^&$%^& loose elements
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperHG90 committed Jan 25, 2024
1 parent 59eca81 commit ef4fc9a
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions infra/app.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,24 @@ resource "helm_release" "dagster" {
}

set {
name = "dagsterDaemon.runCoordinator.config.queuedRunCoordinator.tagConcurrencyLimits"
type = "string"
value = <<-YAML
- key: dagster/backfill
limit: "3"
YAML
name = "dagsterDaemon.runCoordinator.config.queuedRunCoordinator.tagConcurrencyLimits[0].key"
value = "dagster/backfill"
}

set {
name = "dagsterDaemon.runCoordinator.config.queuedRunCoordinator.tagConcurrencyLimits[0].limit"
value = 3
}

# set {
# name = "dagsterDaemon.runCoordinator.config.queuedRunCoordinator.tagConcurrencyLimits"
# type = "string"
# value = <<-YAML
# - key: dagster/backfill
# limit: "3"
# YAML
# }

# Values.yaml references secret by name
set_sensitive {
name = "postgresql.postgresqlPassword"
Expand Down

0 comments on commit ef4fc9a

Please sign in to comment.