jspolicy icon indicating copy to clipboard operation
jspolicy copied to clipboard

Allow overriding of naming created by the helm chart

Open MaxRink opened this issue 3 years ago • 2 comments

Currently a lot of resources have hardcoded names. It would be nice to have naming based upon the release name. For implementation bitnamis common library and templates are a good place to start with, as they offer functions that automatically handle naming for you

MaxRink avatar Jan 11 '22 15:01 MaxRink

@MaxRink thanks for the issue! What would be the benefit of making the naming dynamic? Since jspolicy shouldn't be deployed multiple times as it would clash with reconciling the crds I'm not entirely sure what the use case would be for this.

FabianKramm avatar Jan 12 '22 16:01 FabianKramm

Many companies have naming conventions already in place with where they put things. It makes streamlining their technical support cost-effective when software can flex to their already established standards.

protosam avatar Mar 08 '22 16:03 protosam