Skip to content

Commit

Permalink
corporate-ca: zuul-web - add support for missing volume definition
Browse files Browse the repository at this point in the history
Change-Id: I1ecd6806e67d72395a6d9a10db98e0532961ce97
  • Loading branch information
morucci committed Sep 11, 2024
1 parent f3d16c0 commit 05499d0
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 @@ -708,7 +708,7 @@ func (r *SFController) EnsureZuulWeb(cfg *ini.File) bool {
zuulContainer := r.mkZuulContainer("zuul-web", corporateCMExists)
annotations["limits"] = base.UpdateContainerLimit(r.cr.Spec.Zuul.Web.Limits, &zuulContainer)
zw.Spec.Template.Spec.Containers = []apiv1.Container{zuulContainer}
zw.Spec.Template.Spec.Volumes = mkZuulVolumes("zuul-web", r, false)
zw.Spec.Template.Spec.Volumes = mkZuulVolumes("zuul-web", r, corporateCMExists)

zwFluentBitLabels := append(zuulFluentBitLabels, logging.FluentBitLabel{Key: "CONTAINER", Value: "zuul-web"})
extraLoggingEnvVars := logging.SetupLogForwarding("zuul-web", r.cr.Spec.FluentBitLogForwarding, zwFluentBitLabels, annotations)
Expand Down

0 comments on commit 05499d0

Please sign in to comment.