Skip to content
This repository was archived by the owner on Nov 7, 2019. It is now read-only.

Commit 1b816a2

Browse files
Adding Additional Roles and Removing Namespaces
**Why:** * Allows deployment using the manifest file Signed-off-by: Christopher Hein <[email protected]>
1 parent ea7cae9 commit 1b816a2

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

configs/aws-operator.yaml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ items:
1010
apiVersion: rbac.authorization.k8s.io/v1beta1
1111
metadata:
1212
name: aws-operator
13-
namespace: aws-operator
1413
rules:
1514
- apiGroups:
1615
- v1
@@ -26,6 +25,17 @@ items:
2625
- create
2726
- delete
2827
- update
28+
- apiGroups:
29+
- extensions
30+
resources:
31+
- thirdpartyresources
32+
verbs:
33+
- get
34+
- list
35+
- watch
36+
- create
37+
- delete
38+
- update
2939
- apiGroups:
3040
- apiextensions.k8s.io
3141
resources:
@@ -53,15 +63,14 @@ items:
5363
apiVersion: rbac.authorization.k8s.io/v1beta1
5464
metadata:
5565
name: aws-operator
56-
namespace: aws-operator
5766
roleRef:
5867
apiGroup: rbac.authorization.k8s.io
5968
kind: ClusterRole
6069
name: aws-operator
6170
subjects:
6271
- kind: ServiceAccount
6372
name: aws-operator
64-
namespace: default
73+
namespace: aws-operator
6574

6675
- kind: Deployment
6776
apiVersion: apps/v1beta1
@@ -86,6 +95,7 @@ items:
8695
- name: AWS_SECRET_ACCESS_KEY
8796
value:
8897
args:
98+
- server
8999
- --cluster-name=<cluster-name>
90100
- --region=<region>
91101
- --bucket=<bucket-name>

0 commit comments

Comments
 (0)