cetic / helm-zabbix

Helm Chart For Zabbix
https://artifacthub.io/packages/helm/cetic/zabbix
Apache License 2.0
56 stars 57 forks source link

Permission issue when enabling persistance #77

Closed SalmanIsha closed 2 years ago

SalmanIsha commented 2 years ago

Hello,

I have almost done the bare metal installation of this helm chart except enabling the existing pv claim. And then it breaks my deployment. The postgres pod is getting error like below:

chown: changing ownership of '/var/lib/postgresql/data/pgdata': Operation not permitted

I am very much confused where I am doing the mistakes. If I add securityContext ( runasuser: 65534) in the values.yaml file the postgres pod works fine but then the zabbix web can't up the nginx service.

Anyone have idea what is going wrong here?

aeciopires commented 2 years ago

Hi @SalmanIsha !

This project is no longer supported. The code was migrated for https://github.com/zabbix-community/helm-zabbix I see that you have already opened an issue in the new project. We'll keep talking there.