Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating RBAC verbs to include create #2794

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ rules:
- 'get'
- 'list'
- 'watch'
- 'create'
- apiGroups:
- monitoring.coreos.com
resources:
Expand Down Expand Up @@ -54,6 +55,7 @@ rules:
- 'get'
- 'list'
- 'watch'
- 'create'
- apiGroups:
- monitoring.coreos.com
resources:
Expand Down Expand Up @@ -97,6 +99,7 @@ rules:
- 'get'
- 'list'
- 'watch'
- 'create'
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand All @@ -119,6 +122,7 @@ rules:
{{- end }}
verbs:
- 'get'
- 'create'
- apiGroups:
- ""
resourceNames:
Expand Down
4 changes: 2 additions & 2 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10640,7 +10640,7 @@ entries:
catalog.cattle.io/upstream-version: 19.0.3
apiVersion: v2
appVersion: 0.59.1
created: "2023-07-07T15:36:07.810568636+05:30"
created: "2023-07-18T12:41:04.703989-07:00"
dependencies:
- condition: grafana.enabled
name: grafana
Expand Down Expand Up @@ -10711,7 +10711,7 @@ entries:
description: Collects several related Helm charts, Grafana dashboards, and Prometheus
rules combined with documentation and scripts to provide easy to operate end-to-end
Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
digest: 930baa7e18144db0a2f2a20e9e643d5b71023c41be7d37697a4393ddbbf84bd4
digest: c379b2efbefde98391a92f56857f073c4bb90b6c65b4912bbf7051cfb4133543
home: https://github.com/prometheus-operator/kube-prometheus
icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png
keywords:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ rules:
- 'get'
- 'list'
- 'watch'
- 'create'
- apiGroups:
- monitoring.coreos.com
resources:
Expand Down Expand Up @@ -54,6 +55,7 @@ rules:
- 'get'
- 'list'
- 'watch'
- 'create'
- apiGroups:
- monitoring.coreos.com
resources:
Expand Down Expand Up @@ -97,6 +99,7 @@ rules:
- 'get'
- 'list'
- 'watch'
- 'create'
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand All @@ -119,6 +122,7 @@ rules:
{{- end }}
verbs:
- 'get'
- 'create'
- apiGroups:
- ""
resourceNames:
Expand Down
Loading