contentful-labs / kube-secret-syncer

A Kubernetes operator to sync secrets from AWS Secrets Manager
Apache License 2.0
197 stars 9 forks source link

remove unnecessary logging #151

Closed juliabiro closed 8 months ago

juliabiro commented 8 months ago

Accidentally there was a logline every time an Update command was sent to the k8s api, even if there was no change to the secret. this creates a lot of unnecessary loglines and actually makes it hared to see when the secret was changed. remove this.