I use flux and kustomize to manage my cluster on GKE.
I already have a CouchbaseBackup resource for scheduled backup.
I also want to make backup on demand, is there a way to achieve this ? (I don’t have permission to use command line, everything must be gitops managed.)
I tried adding annotation like this on my resource.
annotations:
backup.couchbase.com/backup-trigger: manual
But it failed.
Thank you for your help