Skip to content

Commit

Permalink
Add permission to read nodes, update base CSV
Browse files Browse the repository at this point in the history
  • Loading branch information
yersan committed Mar 7, 2024
1 parent fe02ef7 commit 2b2bfb5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@ metadata:
capabilities: Seamless Upgrades
categories: Application Runtime
certified: "false"
containerImage: quay.io/wildfly/wildfly-operator:0.5.6
containerImage: quay.io/wildfly/wildfly-operator:1.0.0
createdAt: "2022-03-08T08:00:00Z"
description: Operator that deploys and manages Java applications running on WildFly.
operators.operatorframework.io/builder: operator-sdk-v1.22.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/wildfly/wildfly-operator
support: WildFlyServer
name: wildfly-operator.Dev
name: wildfly-operator.v1.0.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -237,6 +239,7 @@ spec:
- configmaps
- secrets
- services/finalizers
- nodes
verbs:
- create
- delete
Expand Down Expand Up @@ -339,4 +342,4 @@ spec:
selector:
matchLabels:
operated-by: wildfly-operator
version: 0.5.6
version: 1.0.0
1 change: 1 addition & 0 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ rules:
- configmaps
- secrets
- services/finalizers
- nodes
verbs:
- create
- delete
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ spec:
- configmaps
- secrets
- services/finalizers
- nodes
verbs:
- create
- delete
Expand Down

0 comments on commit 2b2bfb5

Please sign in to comment.