In general, how can I get the group name for any type of resource?
And in particular, what should I use for group here:
- path: cm.patch.yaml
target:
kind: ConfigMap
group: "" # <------
version: v1
name: my-confif
Is it the empty string?