chore(common): remove inotify patch

This commit is contained in:
Kjeld Schouten-Lebbing
2022-08-26 15:31:13 +02:00
parent 2c35550b1d
commit 99b8df3946
2 changed files with 1 additions and 5 deletions

View File

@@ -15,4 +15,4 @@ maintainers:
name: common
sources: null
type: library
version: 10.5.1
version: 10.5.2

View File

@@ -109,10 +109,6 @@ before chart installation.
chmod -R g+rwx {{ tpl $hpm.mountPath $ | squote }}
fi
{{- end }}
{{- if .Values.patchInotify }}
echo "increasing inotify limits..."
( sysctl -w fs.inotify.max_user_watches=524288 || echo "error setting inotify") && ( sysctl -w fs.inotify.max_user_instances=512 || echo "error setting inotify")
{{- end }}
{{- if .Values.postgresql.enabled }}
{{- $pghost := printf "%v-%v" .Release.Name "postgresql" }}
until