Without kubectl, we are using kustomize to manage our resources.
I have defined a CouchbaseBackupRestore resource, but it creates multiple restores although i want it to run only once.
I tried using “ttlSecondsAfterFinished: 2147483647 # > 68 years…” in the hope that it would not recreate a restore, but it failed…
Do you have some suggestions on how I could do this?