Update etcd-operator v0.4 (#232)

This update enables resize operation for etcd clusters

https://github.com/aenix-io/etcd-operator/pull/254
This commit is contained in:
Andrei Kvapil
2024-07-23 17:53:49 +02:00
committed by GitHub
parent d0758692d1
commit 95b11a1082
2 changed files with 18 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: v0.3.1
appVersion: v0.4.0
name: etcd-operator
type: application
version: 0.3.1
version: 0.4.0

View File

@@ -57,6 +57,22 @@ rules:
- patch
- update
- watch
- apiGroups:
- ""
resources:
- persistentvolumeclaims
verbs:
- get
- list
- patch
- watch
- apiGroups:
- "storage.k8s.io"
resources:
- storageclasses
verbs:
- get
- list
- apiGroups:
- etcd.aenix.io
resources: