🌳
pt0/deployF/k8sF/resourcesActionLiteF.mts
4// Lightweight resourcesAction that doesn't import deploy actions machinery
5// Use this when you only need basic k8s resource operations (apply, delete, etc)
6// and don't need custom deploy actions like zipsecrets, deployhist, etc.
8export const resourcesActionLite = async (props?: Record<string, unknown>) => {
9 return await wrapKubeCoalesce(resourcesActionCore, props)