Skip to content

Commit

Permalink
gitlab-runner updated /4
Browse files Browse the repository at this point in the history
  • Loading branch information
MaciekLeks committed Dec 10, 2023
1 parent 75d33f8 commit cf4ed00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ resource "helm_release" "gitlab_runner" {


//affinity = local.affinity
affinity = module.affinity_transformer.output
topologySpreadConstraints = module.topology_spread_constraints
affinity = module.affinity_transformer.output
#topologySpreadConstraints = module.topology_spread_constraints - commented due to helm issue
#topologySpreadConstraints = {} #test if helm works with object or array of objects

nodeSelector = var.node_selector
Expand Down

0 comments on commit cf4ed00

Please sign in to comment.