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
I'd like to be able to patch the manifests that skaffold generates after skaffold has applied all changes.
Concrete use case: when I use skaffold to remotely debug a go application, skaffold will modify my deployment manifest by adding an init container for the go debugger. In my setup, I need to add certain fields to the init container for security reasons.
Or am I missing something and this is already possible?
The text was updated successfully, but these errors were encountered:
I'd like to be able to patch the manifests that skaffold generates after skaffold has applied all changes.
Concrete use case: when I use skaffold to remotely debug a go application, skaffold will modify my deployment manifest by adding an init container for the go debugger. In my setup, I need to add certain fields to the init container for security reasons.
Or am I missing something and this is already possible?
The text was updated successfully, but these errors were encountered: