Skip to content

Commit

Permalink
Merge pull request #167 from max-soe/master
Browse files Browse the repository at this point in the history
Adapt templates correctly
  • Loading branch information
jpalermo authored Aug 8, 2024
2 parents 9d79e6e + b0c082d commit c64c957
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions jobs/aws_cpi/spec
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ properties:
so the more retries the longer it can take to fail. This only applies
to the AWS client passing calls to the AWS API.
default: 8
aws.dualstack:
description: |
AWS provide new APIs to support IPv6. If you want to use IPv6 only, you must enable dualstack.
default: false
aws.connection_options.ca_cert:
description: All required custom CA certificates
example:
Expand Down
3 changes: 2 additions & 1 deletion jobs/aws_cpi/templates/cpi.json.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ params = {
"max_retries" => p('aws.max_retries'),
"encrypted" => p('aws.encrypted'),
"kms_key_arn" => p('aws.kms_key_arn', nil),
"metadata_options" => p('aws.metadata_options', nil)
"metadata_options" => p('aws.metadata_options', nil),
"dualstack" => p('aws.dualstack')
},
"agent" => {
"ntp" => p('ntp')
Expand Down

0 comments on commit c64c957

Please sign in to comment.