mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* excluding ".snapshot" in chown during init in some environment, where PVs are NFS volumes with `.shapshot` directories, such as the case with NetApps, `chown -R` would fail during execution of initContainer command to avoid failure, `.snapshot` shouldbe excluded from `chown -R` Signed-off-by: Anastas Dancha <anapsix@random.io> * same in less lines Signed-off-by: Anastas Dancha <anapsix@random.io> * using find statement w/ xargs for error handling Signed-off-by: Anastas Dancha <anapsix@random.io>