Currently the enforcer chart defines a value nameOverride here but is not currently used, instead {{ .Release.Name }} is being used, few examples:
This creates weird naming when using with umbrella chart, also I believe is causing some confusion between kube enforcer and aqua enforcer when configuring both in the kube-enforcer chart, or at least happened t me as a newcomer to the Aquasec platform.
Currently the
enforcerchart defines a valuenameOverridehere but is not currently used, instead{{ .Release.Name }}is being used, few examples:This creates weird naming when using with umbrella chart, also I believe is causing some confusion between
kube enforcerandaqua enforcerwhen configuring both in thekube-enforcerchart, or at least happened t me as a newcomer to the Aquasec platform.