Skip to content

Commit 5474762

Browse files
update comment
1 parent f3c934f commit 5474762

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/aws-cdk-lib/aws-eks/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1848,6 +1848,8 @@ new eks.Addon(this, 'Addon', {
18481848
cluster,
18491849
addonName: 'aws-guardduty-agent',
18501850
addonVersion: 'v1.6.1',
1851+
// whether to preserve the add-on software on your cluster but Amazon EKS stops managing any settings for the add-on.
1852+
preserveOnDelete: false,
18511853
});
18521854
```
18531855

0 commit comments

Comments
 (0)