mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-09-11 04:01:32 +00:00
Without an explicit namespace in metadata, checkov (CKV_K8S_21) flags every resource as using the default namespace. Using .Release.Namespace lets helm install --namespace semantica --create-namespace correctly scope all resources to the target namespace.