Synchronize upstreamed folder to 26c7f78

This commit is contained in:
bitnami-bot
2018-08-16 10:36:17 +00:00
parent b789e06ee1
commit c61b989805
2 changed files with 48 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
name: kubewatch
version: 0.4.1
version: 0.4.2
apiVersion: v1
appVersion: v0.0.4
home: https://github.com/bitnami-labs/kubewatch

View File

@@ -1,5 +1,5 @@
{{- if .Values.rbac.create -}}
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
labels:
@@ -12,14 +12,51 @@ rules:
- apiGroups:
- ""
resources:
- pods
- namespaces
- services
- deployments
- replicationcontrollers
- replicasets
- daemonsets
- pods
- namespaces
- services
- deployments
- replicationcontrollers
- replicasets
- daemonsets
- persistentvolumes
verbs:
- list
- watch
- list
- watch
- get
- apiGroups:
- apps
resources:
- daemonsets
- deployments
- deployments/scale
- replicasets
- replicasets/scale
- statefulsets
verbs:
- get
- list
- watch
- apiGroups:
- extensions
resources:
- daemonsets
- deployments
- deployments/scale
- replicasets
- replicasets/scale
- replicationcontrollers/scale
verbs:
- get
- list
- watch
- apiGroups:
- batch
resources:
- cronjobs
- jobs
verbs:
- get
- list
- watch
{{- end -}}