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 option to conditionally create Service resource
- Add new parameter `service.create` (default: false) to control Service creation
- Wrap Service template in conditional to respect the new parameter
- Update documentation and default values to reflect this change
This allows users who don't need the Service resource (e.g., when using
Ingress directly or external service management) to skip its creation.
0 commit comments