kcl-lang / konfig

KCL Kubernetes Config Abstraction & Composition Module
https://kcl-lang.io
Apache License 2.0
7 stars 6 forks source link

How to add `ClusterRoleBinding` with `konfig`? #12

Closed east4ming closed 2 months ago

east4ming commented 2 months ago

General Question

I have read the documentation and did not find an answer.

How can I use Attributes, such as ClusterRole ClusterRoleBinding that are not in appConfiguration: frontend.Server?

Also can you add the above examples to the examples of the repo to help others better understand.

Thank you!

Peefy commented 2 months ago

Thanks for the feedback.

I've added the RBAC Example https://github.com/kcl-lang/konfig/pull/13

More issues and PRs are also welcome if you have more scenario questions or ideas. ❤️