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

Build the singleton AWSAdapterConfig CR with K8s client #51

Open kumar-mallikarjuna opened 1 year ago

kumar-mallikarjuna commented 1 year ago

Currently, the singleton CR AWSAdapterConfig is deployed through Helm. This thwarts true reconciliation (create-or-update). We should create the CR using the K8s client, the required parameters (cluster name and cluster region) can be passed to the client through the flag vector.

kbeniwal commented 1 year ago

Does #61 solve this issue?