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: better example for propagate generated #93

Closed erikgb closed 10 months ago

erikgb commented 10 months ago

What

The example of using propagate-generated is outdated: https://github.com/cybozu-go/accurate/blob/6cd77bf7e5e5fc99316e6b165c0096aa3cb050e5/docs/propagation.md?plain=1#L32-L52

As both cert-manager and sealed-secrets support adding labels/annotations to dependents:

How

I actually wanted to submit a PR to update the docs with a more relevant example, but I am struggling to find any public operator that creates dependents without the ability to configure the owner to add labels/annotations to the dependents. So in order to resolve this doc issue, a good example of using this feature is required.

Checklist

ymmt2005 commented 10 months ago

Thank you for raising this issue. We are checking if there are other uses on our side.