kafka-gitops icon indicating copy to clipboard operation
kafka-gitops copied to clipboard

Allow 'customServiceAcls' to be placed into a 'services.yaml' file

Open alex036 opened this issue 5 years ago • 1 comments

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

alex036 avatar Sep 22 '20 15:09 alex036

Hey, this is a great suggestion. I'll look into having this in the next release. Thanks for the suggestion!

devshawn avatar Sep 23 '20 18:09 devshawn