Skip to content

Commit

Permalink
operator aerospike-kubernetes-operator (3.2.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
sud82 authored Dec 4, 2023
1 parent 3229e1b commit 88cd17d
Show file tree
Hide file tree
Showing 8 changed files with 35,609 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
name: aerospike-cluster
rules:
- apiGroups:
- ""
resources:
- pods
- nodes
- services
- configmaps
- persistentvolumeclaims
verbs:
- get
- list
- apiGroups:
- asdb.aerospike.com
resources:
- '*'
verbs:
- '*'
Loading

0 comments on commit 88cd17d

Please sign in to comment.