-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
Deploy stage manifests can specify LoadBalancers or Ingres Resources. These should be overridable for stages to avoid security issues (and/or extra charges in GCP)
One option may be to provide a expose boolean for the deploy stage in pipeline which does search and replace for the LoadBalancer type and replaces with a ClusterIP (An Ingres could be removed entirely?)
Reactions are currently unavailable