You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for command and args in Kong helm chart template
Why
Exposing command and args in the Helm chart enhances flexibility, allowing users to customize container execution without modifying the Docker image. Without this feature, commands must be hardcoded into a custom Docker image or managed outside of Helm using raw Kubernetes manifests.