diff options
Diffstat (limited to 'kubernetes/common/serviceAccount/templates/role.yaml')
-rw-r--r-- | kubernetes/common/serviceAccount/templates/role.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kubernetes/common/serviceAccount/templates/role.yaml b/kubernetes/common/serviceAccount/templates/role.yaml index 1b686f521c..83cb945ba9 100644 --- a/kubernetes/common/serviceAccount/templates/role.yaml +++ b/kubernetes/common/serviceAccount/templates/role.yaml @@ -53,6 +53,9 @@ rules: - batch - extensions resources: + - endpoints + - services + - nodes - pods - deployments - deployments/status |