kafka-gitops
kafka-gitops copied to clipboard
Allow 'customServiceAcls' to be placed into a 'services.yaml' file
Hey,
It'd be nice to be able to put customServiceAcls into a services.yaml to keep things together.
Example:
settings:
ccloud:
enabled: true
files:
topics: topics.yaml
services: services.yaml
Placing the customServiceAcls block into the services.yaml file doesn't read the ACLs, they need to be placed into the root state.yaml which makes things a bit messy, and unorganized. I'd like to be able to place the custom ACLs related to my services with where my services are defined.
Thanks
Hey, this is a great suggestion. I'll look into having this in the next release. Thanks for the suggestion!