add pg
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not 2023-12-14 20:35:15 +10:00
parent d1e51866b3
commit 77f6057d9d

View File

@ -15,6 +15,7 @@ spec:
app: pgadmin
spec:
initContainers:
# костыль взят отсюда https://devpress.csdn.net/k8s/62fd568b7e66823466191f32.html
- name: pgadmin-data-permission-fix
image: busybox
command: ["/bin/chown", "-R", "5050:5050", "/var/lib/pgadmin"]