Skip to content

Commit

Permalink
Merge pull request #609 from sud82/main
Browse files Browse the repository at this point in the history
operator aerospike-kubernetes-operator-rhmp (3.2.0)
  • Loading branch information
rh-operator-bundle-bot authored Dec 4, 2023
2 parents e3f13b4 + af08159 commit df27621
Show file tree
Hide file tree
Showing 8 changed files with 35,619 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 df27621

Please sign in to comment.