Skip to content

Commit

Permalink
Merge pull request #293 from chiragjn/patch-1
Browse files Browse the repository at this point in the history
Remove `namespace` arg from manager command
  • Loading branch information
k8s-ci-robot authored Dec 26, 2024
2 parents b90ad23 + 33eb06a commit c468ab7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions charts/lws/templates/manager/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ spec:
- --health-probe-bind-address=:8081
- --metrics-bind-address=127.0.0.1:8080
- --leader-elect
- --namespace={{ .Release.Namespace }}
- --zap-log-level=2
command:
- /manager
Expand Down Expand Up @@ -105,4 +104,4 @@ spec:
- name: cert
secret:
defaultMode: 420
secretName: lws-webhook-server-cert
secretName: lws-webhook-server-cert

0 comments on commit c468ab7

Please sign in to comment.