summaryrefslogtreecommitdiff
path: root/spec/factories/clusters/providers/aws.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/factories/clusters/providers/aws.rb')
-rw-r--r--spec/factories/clusters/providers/aws.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/factories/clusters/providers/aws.rb b/spec/factories/clusters/providers/aws.rb
index 2c54300e606..497181de89a 100644
--- a/spec/factories/clusters/providers/aws.rb
+++ b/spec/factories/clusters/providers/aws.rb
@@ -4,6 +4,7 @@ FactoryBot.define do
factory :cluster_provider_aws, class: 'Clusters::Providers::Aws' do
association :cluster, platform_type: :kubernetes, provider_type: :aws
+ kubernetes_version { '1.16' }
role_arn { 'arn:aws:iam::123456789012:role/role-name' }
vpc_id { 'vpc-00000000000000000' }
subnet_ids { %w(subnet-00000000000000000 subnet-11111111111111111) }