Is there a way to create a bundle diff when the wo...
# fleet
w
Is there a way to create a bundle diff when the workload name isn't fully known at deployment time? SUSE Observability creates two jobs, and they have a unique suffix. For example:
Copy code
suse-observability-backup-conf-19t204657
using the matching name works, but it changes regularly. I've tried this and it didn't work, but this is essentially what i'm looking for:
Copy code
- apiVersion: batch/v1
    kind: Job
    name: suse-observability-backup-conf-*
    namespace: suse-observability
    operations:
    - {"op":"ignore"}
cc @big-greece-35822
b
I don’t know either… The support for Fleet and fleeting resources 😉 is still kind of lacking. Jobs will always be missing after some time, irrespective of the name. I think Fleet should ignore those by default. Internally I’ve heard that better support for this is coming in a new release.