mirror of https://github.com/kubernetes/kops.git
aws: Fix TestPolicyGeneration output
This commit is contained in:
parent
a0ea417ea3
commit
e6f9b45c78
|
@ -163,6 +163,9 @@ func TestPolicyGeneration(t *testing.T) {
|
|||
},
|
||||
},
|
||||
},
|
||||
CloudProvider: kops.CloudProviderSpec{
|
||||
AWS: &kops.AWSSpec{},
|
||||
},
|
||||
CloudConfig: &kops.CloudConfiguration{
|
||||
AWSEBSCSIDriver: &kops.AWSEBSCSIDriver{
|
||||
Enabled: fi.Bool(true),
|
||||
|
|
|
@ -9,8 +9,6 @@
|
|||
"arn:aws-test:s3:::kops-tests/iam-builder-test.k8s.local/addons/*",
|
||||
"arn:aws-test:s3:::kops-tests/iam-builder-test.k8s.local/cluster-completed.spec",
|
||||
"arn:aws-test:s3:::kops-tests/iam-builder-test.k8s.local/igconfig/node/*",
|
||||
"arn:aws-test:s3:::kops-tests/iam-builder-test.k8s.local/pki/private/kube-proxy/*",
|
||||
"arn:aws-test:s3:::kops-tests/iam-builder-test.k8s.local/pki/private/kubelet/*",
|
||||
"arn:aws-test:s3:::kops-tests/iam-builder-test.k8s.local/secrets/dockerconfig"
|
||||
]
|
||||
},
|
||||
|
|
|
@ -9,8 +9,6 @@
|
|||
"arn:aws-test:s3:::kops-tests/iam-builder-test.k8s.local/addons/*",
|
||||
"arn:aws-test:s3:::kops-tests/iam-builder-test.k8s.local/cluster-completed.spec",
|
||||
"arn:aws-test:s3:::kops-tests/iam-builder-test.k8s.local/igconfig/node/*",
|
||||
"arn:aws-test:s3:::kops-tests/iam-builder-test.k8s.local/pki/private/kube-proxy/*",
|
||||
"arn:aws-test:s3:::kops-tests/iam-builder-test.k8s.local/pki/private/kubelet/*",
|
||||
"arn:aws-test:s3:::kops-tests/iam-builder-test.k8s.local/secrets/dockerconfig"
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue