Skip to content

Commit

Permalink
yaml-spec: update rules to be more granular.
Browse files Browse the repository at this point in the history
  • Loading branch information
pritesh committed Apr 26, 2017
1 parent ba8c8b6 commit fc0e83c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 9 deletions.
11 changes: 8 additions & 3 deletions containerize/specs/romana-kubeadm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,11 @@ rules:
- pods
- namespaces
- nodes
- services
- endpoints
verbs:
- get
- list
- watch
- update
- create
- apiGroups:
- extensions
resources:
Expand All @@ -26,6 +23,14 @@ rules:
- get
- list
- watch
- apiGroups:
- "*"
resources:
- services
verbs:
- update
- list
- watch
---
apiVersion: v1
kind: ServiceAccount
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,11 @@ rules:
- pods
- namespaces
- nodes
- services
- endpoints
verbs:
- get
- list
- watch
- update
- create
- apiGroups:
- extensions
resources:
Expand All @@ -26,6 +23,14 @@ rules:
- get
- list
- watch
- apiGroups:
- "*"
resources:
- services
verbs:
- update
- list
- watch
---
apiVersion: v1
kind: ServiceAccount
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,11 @@ rules:
- pods
- namespaces
- nodes
- services
- endpoints
verbs:
- get
- list
- watch
- update
- create
- apiGroups:
- extensions
resources:
Expand All @@ -26,6 +23,14 @@ rules:
- get
- list
- watch
- apiGroups:
- "*"
resources:
- services
verbs:
- update
- list
- watch
---
apiVersion: v1
kind: ServiceAccount
Expand Down

0 comments on commit fc0e83c

Please sign in to comment.