You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/mastodon/dev-values.yaml
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -349,6 +349,19 @@ elasticsearch:
349
349
# @ignored
350
350
enabled: true
351
351
352
+
# - volumePermissions.enabled Enable init container that changes volume permissions in the data directory (for cases where the default k8s `runAsUser` and `fsUser` values do not work)
Copy file name to clipboardExpand all lines: charts/mastodon/values.yaml
+13-14Lines changed: 13 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -145,20 +145,6 @@ mastodon:
145
145
# -- Enables "Limited Federation Mode" for more detauls see: https://docs.joinmastodon.org/admin/config/#limited_federation_mode
146
146
limitedFederationMode: false
147
147
148
-
# - volumePermissions.enabled Enable init container that changes volume permissions in the data directory (for cases where the default k8s `runAsUser` and `fsUser` values do not work)
# -- ReadWriteOnce is more widely supported than ReadWriteMany, but limits
@@ -645,6 +631,19 @@ elasticsearch:
645
631
image:
646
632
repository: bitnamilegacy/elasticsearch
647
633
634
+
# - volumePermissions.enabled Enable init container that changes volume permissions in the data directory (for cases where the default k8s `runAsUser` and `fsUser` values do not work)
0 commit comments