Skip to content

Commit

Permalink
Adding --webhook-secure-port=0 to helmchart since it is needed workar…
Browse files Browse the repository at this point in the history
…ound for issue #200 which some users are experiencing (#204)
  • Loading branch information
akaokunc authored Apr 19, 2024
1 parent cb5d740 commit 1e9005a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/chart/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ spec:
- --leader-elect-resource-lock=leases
- --v=3
- --secure-port=10253
- --webhook-secure-port=0
{{- if .Values.linodegoDebug }}
- --linodego-debug={{ .Values.linodegoDebug }}
{{- end }}
Expand Down

0 comments on commit 1e9005a

Please sign in to comment.