nirmata / kyverno-aws-adapter

An adapter for Amazon EKS to use with Kyverno for making policy decisions
Apache License 2.0
11 stars 5 forks source link

fix: move awsacfg resource creation from Helm chart to controller #61

Closed kbeniwal closed 1 year ago

kbeniwal commented 1 year ago

Fixes Issue #58.

Note: The creation of the awsacfg resource has been removed from the Helm Chart. Therefore, the Helm Chart will not handle the deletion of this resource. Even after running helm uninstall, the awsacfg resource will still be present in the Kubernetes cluster, and it is the responsibility of the user to manually delete it if needed. Similar case for the pod deletion, awsacfg resource will not be deleted.

anusha94 commented 1 year ago

and it is the responsibility of the user to manually delete it if needed

@kbeniwal Please update this behavior in the docs.