Hoping templatePatch works.. a lot of times you want specific fields in an app, like I want to use git generator for core services like argo and prometheus-operator with the latter requiring serverside apply and stuff
Looks like it might.. love how the kustomize tag override for argo works for "2.9.0-sha" but "2.10.1" broke argo with it needing to be "v2.10.1".. had to manually kubectl edit deployments and the application controller pod to add the v to get it back 😂 now let's try this templatepatch
great video, thank you!
Really good explanation! thanks for sharing this!
Thanks a lot mate for the great summary! I really like your channel
Glad you enjoy it!
Hoping templatePatch works.. a lot of times you want specific fields in an app, like I want to use git generator for core services like argo and prometheus-operator with the latter requiring serverside apply and stuff
Looks like it might.. love how the kustomize tag override for argo works for "2.9.0-sha" but "2.10.1" broke argo with it needing to be "v2.10.1".. had to manually kubectl edit deployments and the application controller pod to add the v to get it back 😂 now let's try this templatepatch
Cool stuff. Would the templatePatch also allow kustomize-style delete operations?