Skip to content

Commit

Permalink
docs: Helm comment referencing deprecated aws.assumeRoleARN (#4995)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfoechsler authored Nov 1, 2023
1 parent 9aa96b4 commit 5ae7031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/karpenter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ settings:
batchIdleDuration: 1s
# -- Role to assume for calling AWS services.
assumeRoleARN: ""
# -- Duration of assumed credentials in minutes. Default value is 15 minutes. Not used unless aws.assumeRoleARN set.
# -- Duration of assumed credentials in minutes. Default value is 15 minutes. Not used unless assumeRoleARN set.
assumeRoleDuration: 15m
# -- Cluster CA bundle for TLS configuration of provisioned nodes. If not set, this is taken from the controller's TLS configuration for the API server.
clusterCABundle: ""
Expand Down

0 comments on commit 5ae7031

Please sign in to comment.