Skip to content

Commit

Permalink
Merge "zuul-executor - fix wrongly using Storage def from scheduler"
Browse files Browse the repository at this point in the history
  • Loading branch information
Microzuul CI authored and Gerrit Code Review committed Nov 17, 2023
2 parents 0abf231 + 06d4187 commit 55dbc70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/zuul.go
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ func (r *SFController) EnsureZuulExecutor(cfg *ini.File) bool {
"zuul-connections": utils.IniSectionsChecksum(cfg, utils.IniGetSectionNamesByPrefix(cfg, "connection")),
}

ze := r.mkHeadlessSatefulSet("zuul-executor", "", r.getStorageConfOrDefault(r.cr.Spec.Zuul.Scheduler.Storage), 1, apiv1.ReadWriteOnce)
ze := r.mkHeadlessSatefulSet("zuul-executor", "", r.getStorageConfOrDefault(r.cr.Spec.Zuul.Executor.Storage), 1, apiv1.ReadWriteOnce)
ze.Spec.Template.Spec.Containers = r.mkZuulContainer("zuul-executor")
ze.Spec.Template.Spec.Volumes = mkZuulVolumes("zuul-executor", r)

Expand Down

0 comments on commit 55dbc70

Please sign in to comment.