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

Support Naming Policy #17

Closed bells17 closed 2 years ago

bells17 commented 2 years ago

6

bells17 commented 2 years ago

Thank you @ymmt2005 . I've corrected the points you commented on. Would you review this PR again?

Also, please add a user manual for this feature.

I added the description and example for the naming policy setting to values.yaml. Should we write the docs aside from the above description and example?

ymmt2005 commented 2 years ago

@bells17 I'm a little bit confused that there are almost two identical files, namely, charts/accurate/values.yaml and config.yaml.

Can we remove config.yaml?

bells17 commented 2 years ago

@ymmt2005 Thank you for your reviewing and I removed config.yaml. Would you check it?