I think it may be an RBAC issue with my deployment...
# kubernetes
i
I think it may be an RBAC issue with my deployment service account, i updated the policy to
verbs: ['*']
and it fixed it... even though I had the
'delete'
verb there earlier