this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Postgres permissions fix

+3
+3
k8s/postgres/scripts-configmap.yaml
··· 32 32 -Fp -Xs -R -P 33 33 fi 34 34 35 + # fsGroup applies setgid (2770) on JuiceFS mounts — postgres rejects anything other than 0700/0750 36 + chmod 700 "$PGDATA" 37 + 35 38 exec postgres \ 36 39 -c hot_standby=on 37 40 fi