Skip to content

Commit

Permalink
Add missing permissions for chart
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangpengcheng committed Dec 6, 2024
1 parent 4f7db52 commit f01135b
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions charts/pulsar-resources-operator/templates/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

---
apiVersion: rbac.authorization.k8s.io/v1
Expand Down Expand Up @@ -292,4 +291,29 @@ rules:
- get
- patch
- update

- apiGroups:
- resource.streamnative.io
resources:
- pulsarnsisolationpolicies
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- resource.streamnative.io
resources:
- pulsarnsisolationpolicies/finalizers
verbs:
- update
- apiGroups:
- resource.streamnative.io
resources:
- pulsarnsisolationpolicies/status
verbs:
- get
- patch
- update

0 comments on commit f01135b

Please sign in to comment.