Use these files to quickly patch resources

alpine

Add a temporary container to a deployment

kubectl patch deployment/backend -p "$(curl https://k8sh8.com/patch/alpine)"

busybox

Add a temporary container to a deployment

kubectl patch deployment/backend -p "$(curl https://k8sh8.com/patch/busybox)"

renew

Force cert-manager certificate renewal

kubectl patch certificate/frontend-certificate --subresource status --type=merge -p "$(curl https://k8sh8.com/patch/renew)"