Skip to content

Commit

Permalink
eks_nodegroup - Update documented defaults (ansible-collections#1705)
Browse files Browse the repository at this point in the history
eks_nodegroup - Update documented defaults

SUMMARY
Defaults are missing for labels and taints in the docs.
ISSUE TYPE

Bugfix Pull Request

COMPONENT NAME
eks_nodegroup
ADDITIONAL INFORMATION

Reviewed-by: Alina Buzachis <None>
  • Loading branch information
tremble authored Feb 3, 2023
1 parent 80ca4fe commit ed33af2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/eks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
trivial:
- eks_nodegroup - Update documented default
2 changes: 2 additions & 0 deletions plugins/modules/eks_nodegroup.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,12 @@
labels:
description: The Kubernetes labels to be applied to the nodes in the node group when they are created.
type: dict
default: {}
taints:
description: The Kubernetes taints to be applied to the nodes in the node group.
type: list
elements: dict
default: []
suboptions:
key:
description: The key of the taint.
Expand Down

0 comments on commit ed33af2

Please sign in to comment.