We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9737495 commit f671e31Copy full SHA for f671e31
charts/pixelfed/values.yaml
@@ -269,11 +269,10 @@ postgresql:
269
global:
270
storageClass: ""
271
272
- ## If you get "mkdir: cannot create directory ‘/bitnami/postgresql/data’: Permission denied"
273
- ## error, set these
274
- ## (This often happens on setups like minikube)
275
- # volumePermissions:
276
- # enabled: true
+ volumePermissions:
+ # -- If you get "mkdir: cannot create directory ‘/bitnami/postgresql/data’: Permission denied"
+ # error, set these (This often happens on setups like minikube)
+ enabled: false
277
278
# -- PHP Configuration files
279
# Will be injected in /usr/local/etc/php-fpm.d
0 commit comments