Skip to content

Commit

Permalink
operator aerospike-kubernetes-operator (3.4.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmayja authored Dec 20, 2024
1 parent 0eca243 commit 6bad2bc
Show file tree
Hide file tree
Showing 11 changed files with 36,163 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
name: aerospike-cluster
rules:
- apiGroups:
- ""
resources:
- nodes
- services
- configmaps
- persistentvolumeclaims
verbs:
- get
- list
- apiGroups:
- asdb.aerospike.com
resources:
- '*'
verbs:
- '*'
- apiGroups:
- ""
resources:
- pods
verbs:
- get
- list
- update
Loading

0 comments on commit 6bad2bc

Please sign in to comment.