mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-05 06:16:22 -03:00
chore(common): remove inotify patch
This commit is contained in:
@@ -15,4 +15,4 @@ maintainers:
|
||||
name: common
|
||||
sources: null
|
||||
type: library
|
||||
version: 10.5.1
|
||||
version: 10.5.2
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user