mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Support leader election check on daemonset agent (#13849)
Signed-off-by: cedric lamoriniere <cedric.lamoriniere@datadoghq.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
b4c561b4c0
commit
aa8904bb43
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: datadog
|
||||
version: 1.30.3
|
||||
version: 1.30.4
|
||||
appVersion: 6.10.1
|
||||
description: DataDog Agent
|
||||
keywords:
|
||||
|
||||
@@ -75,4 +75,10 @@ rules:
|
||||
- nodes/proxy
|
||||
verbs:
|
||||
- get
|
||||
- apiGroups: # leader election check
|
||||
- ""
|
||||
resources:
|
||||
- endpoints
|
||||
verbs:
|
||||
- get
|
||||
{{- end -}}
|
||||
|
||||
Reference in New Issue
Block a user