mirror of https://github.com/kubernetes/kops.git
Revert "include change to node policy to cover #363"
This reverts commit 969af97b60
.
This commit is contained in:
parent
65f73ec0d3
commit
ca1a52ff3e
|
@ -42,8 +42,7 @@
|
||||||
"Resource": [
|
"Resource": [
|
||||||
{{ range $i, $b := .NodePermissions.S3Buckets }}
|
{{ range $i, $b := .NodePermissions.S3Buckets }}
|
||||||
{{if $i}},{{end}}
|
{{if $i}},{{end}}
|
||||||
"{{ IAMPrefix }}:s3:::{{ $b }}/{{ ClusterName }}",
|
"{{ IAMPrefix }}:s3:::{{ $b }}/*"
|
||||||
"{{ IAMPrefix }}:s3:::{{ $b }}/{{ ClusterName }}/*"
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue