fix the namespaces permission (#3459)

This commit is contained in:
Sam Clinckspoor
2018-01-27 06:10:30 -08:00
committed by k8s-ci-robot
parent 2a105069a4
commit 75da76a7ed
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 }}