mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-28 10:18:42 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user