Thank you for your suggestion, I am using version 4.4.6, the default is the neo4j user, I used initContainers to solve the above problems initContainers:- name: "init-neo4j"image: "{{ $neo4jImage }}"securityContext:runAsGroup: 0runAsUser: 0command: [...