Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dbudziwojskiNR committed Oct 18, 2024
1 parent 3e3032a commit 6f38b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/k8s-agents-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ controllerManager:
cpu: 100m
memory: 64Mi
# -- Sets security context (at container level) for the manager. Overrides `containerSecurityContext` and `global.containerSecurityContext`
containerSecurityContext: { }
containerSecurityContext: {}
# -- Source: https://docs.openshift.com/container-platform/4.10/operators/operator_sdk/osdk-leader-election.html
# -- Enable leader election mechanism for protecting against split brain if multiple operator pods/replicas are started
leaderElection:
Expand Down

0 comments on commit 6f38b36

Please sign in to comment.