openshift / openshift-velero-plugin

General Velero plugin for backup and restore of openshift workloads.
Apache License 2.0
47 stars 37 forks source link

Account for corev1.Envvar with ValueFrom #152

Closed kaovilai closed 2 years ago

kaovilai commented 2 years ago

Looks like I may have to do some secret getting and base64 decoding here. https://github.com/openshift/openshift-velero-plugin/blob/198abe821efdd023ed32344f15c8860e38c401f3/velero-plugins/imagestream/shared.go#L105-L107

kaovilai commented 2 years ago

closed by https://github.com/openshift/openshift-velero-plugin/pull/154