Skip to content

Commit

Permalink
Generated the different configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
ari-becker authored and mogren committed Jun 18, 2020
1 parent 00395cb commit 14d5135
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/master/aws-k8s-cni-cn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@
- "get"
- "list"
- "watch"
- "apiGroups":
- "discovery.k8s.io"
"resources":
- "*"
"verbs":
- "list"
- "watch"
---
"apiVersion": "apiextensions.k8s.io/v1beta1"
"kind": "CustomResourceDefinition"
Expand Down
7 changes: 7 additions & 0 deletions config/master/aws-k8s-cni-us-gov-east-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@
- "get"
- "list"
- "watch"
- "apiGroups":
- "discovery.k8s.io"
"resources":
- "*"
"verbs":
- "list"
- "watch"
---
"apiVersion": "apiextensions.k8s.io/v1beta1"
"kind": "CustomResourceDefinition"
Expand Down
7 changes: 7 additions & 0 deletions config/master/aws-k8s-cni-us-gov-west-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@
- "get"
- "list"
- "watch"
- "apiGroups":
- "discovery.k8s.io"
"resources":
- "*"
"verbs":
- "list"
- "watch"
---
"apiVersion": "apiextensions.k8s.io/v1beta1"
"kind": "CustomResourceDefinition"
Expand Down
7 changes: 7 additions & 0 deletions config/master/aws-k8s-cni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@
- "get"
- "list"
- "watch"
- "apiGroups":
- "discovery.k8s.io"
"resources":
- "*"
"verbs":
- "list"
- "watch"
---
"apiVersion": "apiextensions.k8s.io/v1beta1"
"kind": "CustomResourceDefinition"
Expand Down

0 comments on commit 14d5135

Please sign in to comment.