k8up-io / k8up

Kubernetes and OpenShift Backup Operator
https://k8up.io/
Apache License 2.0
617 stars 63 forks source link

Fix/kind pod backup with command #915

Closed poyaz closed 9 months ago

poyaz commented 9 months ago

Summary

Other changes

I added a test for checking to get a list of pods to make a backup. Also, I found a problem in the helm chart of the minio, The URL https://helm.min.io/ was not found and I changed it to https://charts.min.io/. The value of the chart has been changed and I have to change e2e/definitions/minio/helm.yaml according to these values.

Checklist

For Code changes

For Helm Chart changes

Kidswiss commented 9 months ago

Hi @poyaz

Thanks for the contribution! I'll have a look at this in the course of today.