We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 812483c commit 989072cCopy full SHA for 989072c
2 files changed
charts/percona-xtradb-cluster-operator/Chart.yaml
@@ -14,7 +14,7 @@ type: application
14
15
# This is the chart version. This version number should be incremented each time you make changes
16
# to the chart and its templates, including the app version.
17
-version: 1.15.1
+version: 1.15.2
18
19
# This is the version number of the application being deployed. This version number should be
20
# incremented each time you make changes to the application.
charts/percona-xtradb-cluster-operator/templates/02-rbac.yml
@@ -90,12 +90,16 @@ rules:
90
- patch
91
- delete
92
- apiGroups:
93
+ - events.k8s.io
94
- ""
95
resources:
96
- events
97
verbs:
98
- create
99
100
+ - get
101
+ - list
102
+ - watch
103
104
- certmanager.k8s.io
105
- cert-manager.io
0 commit comments