Skip to content

Commit

Permalink
🌱: move replicas one level up since they target pods and not containers
Browse files Browse the repository at this point in the history
  • Loading branch information
monteiro-renato authored Nov 21, 2024
1 parent 68f538c commit af523e9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ func (f *HelmValues) SetTemplateDefaults() error {

const helmValuesTemplate = `# [MANAGER]: Manager Deployment Configurations
controllerManager:
replicas: 1
container:
image:
repository: controller
tag: latest
replicas: 1
tag: latest
args:
- "--leader-elect"
- "--metrics-bind-address=:8443"
Expand Down

0 comments on commit af523e9

Please sign in to comment.