Closed mschnee closed 6 months ago
Good debugging!
While I agree with the root cause, I think there is a better solution.
I have been slowly replacing the matching_labels
parameter in all the modules with a single randomly generated id
value instead of using the entire label set. This improves performance, allows for multiple sets of the same module to be deployed in the same cluster, and avoids issues like #46.
Unfortunately, I only got about 70% of the way done with that conversion and some modules like cert-manager were not completed. I will tackle that this morning.
A potential workaround for https://github.com/Panfactum/stack/issues/46
If accepted, I will also update the module documentation.