When i create a profile/policy for k10 as yaml does this resource have to be in the kasten-io namespace or can they be defined in any namespace? e.g. “my-namespace”
apiVersion: config.kio.kasten.io/v1alpha1kind: Profilemetadata: name: sample-profile namespace: my-namespace
apiVersion: config.kio.kasten.io/v1alpha1kind: Policymetadata: name: sample-backup-policy namespace: my-namespace
What about the secret necessary for the profile? Can this be definded outside the kasten-io namespace ?
Thx in advance ;)