We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f4c653 + 88d6bd0 commit 4a1ef5bCopy full SHA for 4a1ef5b
charts/rpaas-api/Chart.yaml
@@ -2,5 +2,5 @@ apiVersion: v2
2
name: rpaas-api
3
description: The API of Tsuru/RPaaS
4
type: application
5
-version: 0.7.3
+version: 0.7.4
6
appVersion: 0.49.5
charts/rpaas-api/templates/cluster_role.yaml
@@ -73,6 +73,13 @@ rules:
73
- list
74
- get
75
- watch
76
+- apiGroups:
77
+ - apps
78
+ resources:
79
+ - deployments
80
+ verbs:
81
+ - get
82
+ - update
83
- apiGroups:
84
- nginx.tsuru.io
85
resources:
0 commit comments