cybozu-go / accurate

Kubernetes controller for multi-tenancy. It propagates resources between namespaces accurately and allows tenant users to create/delete sub-namespaces.
https://cybozu-go.github.io/accurate/
Apache License 2.0
38 stars 5 forks source link

docs: clarify the behavior of label/annotation propagation #47

Closed Hsn723 closed 2 years ago

Hsn723 commented 2 years ago

The manual states that Accurate propagates labels/annotations, however (although it makes sense) it is not plainly obvious that Accurate only propagates labels/annotations that have been configured in that matter via config.yaml.

This PR adds some minor clarifications in the manual to prevent such misunderstandings