tyzbit
tyzbit
I suspect using Docker is what aggravates/exposes this.
Ah, so with @ubenmackin reporting he/she needed to add SANs then it seems like Docker is not the common denominator here. @zachgoll awesome, thanks for the positive report. If there...
I tried that ENV variable without generating new certificates (in Docker), didn't work. I only set the env var, not updated the code, so I'll try that next.
Actually, I was able to get it working with Docker with that line unchanged and changed _and_ without regenerating certificates for this new instance. My previous issue was just the...
I am still open to questions or improvements to this PR.
This is still in process.
This has been updated to support any task type including the new `snapshot-cleanup` and `snapshot-delete` task types. Docs in `values.yaml` have been updated as well.
I arrived at this convention coming from the perspective that the best experience would be if users cared about, logically organized, and managed their storage tasks based primarily on group...
It's optional whether or not new StorageClasses are created, but if they are, _they do use the `parameters.recurringJobSelector`_. Each group specified then corresponds to a StorageClass, and each StorageClass/group then...
I agree with the point that `recurringJob` is not quite appropriate to control/create `StorageClass`es, but I do think the functionality of creating `StorageClass`es that correspond to a set of groups...