Skip to content

Commit

Permalink
Adjust package
Browse files Browse the repository at this point in the history
  • Loading branch information
Kidswiss committed Nov 1, 2023
1 parent 200eb18 commit 1b55637
Show file tree
Hide file tree
Showing 7 changed files with 67 additions and 2 deletions.
5 changes: 5 additions & 0 deletions component/component/provider.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,11 @@ local controllerConfigRef(config) =
resources: [ 'providerconfigs' ],
verbs: [ 'get', 'list', 'watch', 'update', 'patch', 'create', 'delete' ],
},
{
apiGroups: [ 'appcat.vshn.io' ],
resources: [ 'objectbuckets' ],
verbs: [ 'get', 'list', 'watch', 'update', 'patch', 'create', 'delete' ],
},
],
};
local rolebinding = kube.ClusterRoleBinding('crossplane:provider:provider-kubernetes:system:custom') {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,18 @@ rules:
- patch
- create
- delete
- apiGroups:
- appcat.vshn.io
resources:
- objectbuckets
verbs:
- get
- list
- watch
- update
- patch
- create
- delete
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,18 @@ rules:
- patch
- create
- delete
- apiGroups:
- appcat.vshn.io
resources:
- objectbuckets
verbs:
- get
- list
- watch
- update
- patch
- create
- delete
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,18 @@ rules:
- patch
- create
- delete
- apiGroups:
- appcat.vshn.io
resources:
- objectbuckets
verbs:
- get
- list
- watch
- update
- patch
- create
- delete
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,18 @@ rules:
- patch
- create
- delete
- apiGroups:
- appcat.vshn.io
resources:
- objectbuckets
verbs:
- get
- list
- watch
- update
- patch
- create
- delete
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,18 @@ rules:
- patch
- create
- delete
- apiGroups:
- appcat.vshn.io
resources:
- objectbuckets
verbs:
- get
- list
- watch
- update
- patch
- create
- delete
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down
4 changes: 2 additions & 2 deletions package/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ applications:
- crossplane
parameters:
pkg.appcat:
componentVersion: v2.4.3
componentVersion: add/minio_sla
image:
registry: ghcr.io
repository: vshn/appcat
tag: v4.38.0
tag: sli_minio
components:
appcat:
url: https://github.com/vshn/component-appcat.git
Expand Down

0 comments on commit 1b55637

Please sign in to comment.