open-policy-agent / kube-mgmt

Sidecar for managing OPA instances in Kubernetes.
Apache License 2.0
239 stars 106 forks source link

Update docs after latest changes #167

Closed adriananeci closed 2 years ago

adriananeci commented 2 years ago

There were few recent changes that might be considered breaking changes like https://github.com/open-policy-agent/kube-mgmt/pull/151 or https://github.com/open-policy-agent/kube-mgmt/pull/163 where for example --polices was renamed into --namespace or statusAnnotationKey value from openpolicyagent.org/policy-status to openpolicyagent.org/kube-mgmt-status

This PR updates the docs so that they reflect the latest changes.

Signed-off-by: Adrian Aneci aneci.adrian@gmail.com

adriananeci commented 2 years ago

Please revert all changes in *.go files unrelated to docs, i.e. indendation.

Done, it was my IDE that was keep formatting it, was pretty hard to foul it :D . A go linter and maybe a go fmt added in CI might help keeping the code in a good shape, just a thought.