Skip to content

Commit

Permalink
Add additionalPolicies to kops template (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
aknysh authored Apr 8, 2018
1 parent abe7ebe commit e1b8480
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions rootfs/templates/kops/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ kind: Cluster
metadata:
name: {{getenv "CLUSTER_NAME"}}
spec:
additionalPolicies:
nodes: |
[
{
"Sid": "assumeClusterRole",
"Action": [
"sts:AssumeRole"
],
"Effect": "Allow",
"Resource": ["*"]
}
]
api:
loadBalancer:
type: Public
Expand Down

0 comments on commit e1b8480

Please sign in to comment.