mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/drone] adding permission to update deployments for pipeline clusterrole (#11036)
Signed-off-by: Max Williams <max.williams@deliveryhero.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
19b5a7c41c
commit
f51cbd01bf
@@ -1,7 +1,7 @@
|
||||
name: drone
|
||||
home: https://drone.io/
|
||||
icon: https://drone.io/apple-touch-icon.png
|
||||
version: 2.0.0-rc.5
|
||||
version: 2.0.0-rc.6
|
||||
appVersion: 1.0.0-rc.4
|
||||
description: Drone is a Continuous Delivery system built on container technology
|
||||
keywords:
|
||||
|
||||
@@ -9,6 +9,16 @@ metadata:
|
||||
release: "{{ .Release.Name }}"
|
||||
heritage: "{{ .Release.Service }}"
|
||||
rules:
|
||||
- apiGroups:
|
||||
- extensions
|
||||
resources:
|
||||
- deployments
|
||||
verbs:
|
||||
- get
|
||||
- list
|
||||
- watch
|
||||
- patch
|
||||
- update
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
@@ -17,15 +27,15 @@ rules:
|
||||
- secrets
|
||||
- pods
|
||||
verbs:
|
||||
- "create"
|
||||
- "delete"
|
||||
- "get"
|
||||
- "list"
|
||||
- "watch"
|
||||
- create
|
||||
- delete
|
||||
- get
|
||||
- list
|
||||
- watch
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
- "pods/log"
|
||||
- pods/log
|
||||
verbs:
|
||||
- "get"
|
||||
- get
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user