Skip to content

Commit

Permalink
Fix postgreSQL image failing due to file permissions errors (#6190)
Browse files Browse the repository at this point in the history
  • Loading branch information
feloy authored Oct 4, 2022
1 parent 3281c99 commit 49fdd17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ansible/kubernetes-cluster/create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@

- name: Create NFS configuration
copy:
content: "/mnt/nfs *(rw,all_squash)"
content: "/mnt/nfs *(rw,no_root_squash)"
dest: "/etc/exports"

- name: Restart service nfs-kernel-server
Expand Down

0 comments on commit 49fdd17

Please sign in to comment.