Created
October 6, 2023 16:56
-
-
Save sirkirby/b65479d4501f4555b23edd39fb577fa1 to your computer and use it in GitHub Desktop.
pi-hole helm values pvc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# if using longhorn distributed block storage https://longhorn.io/docs | |
# pi-hole will automatially create a new | |
# persistent volume managed by longhorn | |
persistentVolumeClaim: | |
enabled: true | |
storageClass: "longhorn" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment