chore(helm): add volumes and volumeMounts chart values (#4714)

This commit is contained in:
Jordan JEAN
2022-02-05 04:47:14 +01:00
committed by GitHub
parent b0852ac107
commit 8d420759f8
3 changed files with 14 additions and 0 deletions

View File

@@ -85,6 +85,10 @@ tolerations: []
affinity: {}
volumeMounts: []
volumes: []
# This will allow us to install locales even without internet access using a initContainer & wikjs "sideloading"
sideload:
enabled: false