Description
Hello!
After comparing the output from helm template
of the project's Helm chart and fixed Kubernetes manifests, it seems that changes brought by commits ecf1031 and bfba087 are not reflected is the csi-s3.yaml template file.
If that is not on purpose and was just simply overlooked, I can throw in a PR for that.
By the way, is there any particular reason Helm chart default values use cr.yandex
repo for container images, and Kubernetes manifests use quay.io
repo? I suppose those images are just mirrored. Also, for main csi-s3
image, in both cases cr.yandex
repo is used, but it still differs a little, which creates minor extra complexity:
k8s-csi-s3/deploy/kubernetes/csi-s3.yaml
Line 74 in 519c4f0
vs
k8s-csi-s3/deploy/helm/values.yaml
Line 10 in 519c4f0