Skip to content

Commit

Permalink
Merge pull request #2 from gardener-community/etcd-events
Browse files Browse the repository at this point in the history
use etcd.events.endpoint for events when provided
  • Loading branch information
lotharbach authored Dec 23, 2022
2 parents 2a60a28 + 78b2afe commit 3ec36df
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ spec:
- --etcd-keyfile=/srv/kubernetes/etcd/client/tls.key
- --etcd-servers={{ .Values.etcd.main.endpoints }}
{{ if .Values.etcd.events.endpoints }}
- --etcd-servers-overrides=/events#{{ .Values.etcd.events.endpoints }}
{{ end }}
- --kubelet-preferred-address-types=InternalIP,Hostname,ExternalIP
{{ if .Values.apiServer.oidcIssuerURL }}
Expand Down

0 comments on commit 3ec36df

Please sign in to comment.