-
Task
-
Resolution: Done
-
Normal
-
None
-
None
Description:
In ROX-26055 the init container was integrated into the Kubernetes manifests in our Helm chart for secured-cluster services. While functional, this change contained a significant amount of code duplication.
This code duplication can be reduced by creating a dedicated Helm template for injecting the init container definition and using that throughout the Kubernetes manifests which require it.
Goal Summary:
Reduce code duplication by using Helm templating.
Acceptance Criteria:
Code duplication is reduced.