Skip to content

Commit 1add2c2

Browse files
committed
feat(datadog-operator): add ValidatingWebhookConfigurations RBAC
Signed-off-by: Wassim DHIF <[email protected]>
1 parent 1049d7e commit 1add2c2

File tree

5 files changed

+8
-10
lines changed

5 files changed

+8
-10
lines changed

charts/datadog-operator/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.0.2
4+
5+
* Add `admissionregistration.k8s.io/v1/validatingwebhookconfigurations` RBACs to the Operator.
6+
37
## 2.0.1
48

59
* Make Operator `livenessProbe` configurable.

charts/datadog-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: datadog-operator
3-
version: 2.0.1
3+
version: 2.0.2
44
appVersion: 1.8.0
55
description: Datadog Operator
66
keywords:

charts/datadog-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Datadog Operator
22

3-
![Version: 2.0.1](https://img.shields.io/badge/Version-2.0.1-informational?style=flat-square) ![AppVersion: 1.8.0](https://img.shields.io/badge/AppVersion-1.8.0-informational?style=flat-square)
3+
![Version: 2.0.2](https://img.shields.io/badge/Version-2.0.2-informational?style=flat-square) ![AppVersion: 1.8.0](https://img.shields.io/badge/AppVersion-1.8.0-informational?style=flat-square)
44

55
## Values
66

charts/datadog-operator/templates/clusterrole.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -199,16 +199,10 @@ rules:
199199
- apiGroups:
200200
- admissionregistration.k8s.io
201201
resources:
202+
- validatingwebhookconfigurations
202203
- mutatingwebhookconfigurations
203204
verbs:
204205
- '*'
205-
- apiGroups:
206-
- admissionregistration.k8s.io
207-
resources:
208-
- validatingwebhookconfigurations
209-
verbs:
210-
- list
211-
- watch
212206
- apiGroups:
213207
- apiextensions.k8s.io
214208
resources:

test/datadog-operator/baseline/Operator_Deployment_default.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
namespace: datadog-agent
88
labels:
99
app.kubernetes.io/name: datadog-operator
10-
helm.sh/chart: datadog-operator-2.0.1
10+
helm.sh/chart: datadog-operator-2.0.2
1111
app.kubernetes.io/instance: datadog-operator
1212
app.kubernetes.io/version: "1.8.0"
1313
app.kubernetes.io/managed-by: Helm

0 commit comments

Comments
 (0)