Files
deprecated-helm-charts/stable/postgresql/templates
Anastas Dancha 15ec005a8b [stable/postgresql] excluding ".snapshot" in chown during init (#13754)
* 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>
2019-05-15 09:00:43 -07:00
..