mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
fix the namespaces permission (#3459)
This commit is contained in:
committed by
k8s-ci-robot
parent
2a105069a4
commit
75da76a7ed
@@ -1,5 +1,5 @@
|
||||
name: fluentd-cloudwatch
|
||||
version: 0.2.0
|
||||
version: 0.2.1
|
||||
appVersion: 0.1.1
|
||||
description: A Fluentd CloudWatch Helm chart for Kubernetes.
|
||||
icon: https://raw.githubusercontent.com/fluent/fluentd-docs/master/public/logo/Fluentd_square.png
|
||||
|
||||
@@ -10,6 +10,6 @@ metadata:
|
||||
heritage: "{{ .Release.Service }}"
|
||||
rules:
|
||||
- apiGroups: [""]
|
||||
resources: ["fluentd-cloudwatch.namespaces", "pods"]
|
||||
resources: ["namespaces", "pods"]
|
||||
verbs: ["get", "list", "watch"]
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user