skaffold icon indicating copy to clipboard operation
skaffold copied to clipboard

Patch rendered manifests

Open idontknowwth opened this issue 9 months ago • 0 comments

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?

idontknowwth avatar Feb 26 '25 19:02 idontknowwth