fix: Allow specifying external dburl in Helm (#672)

This commit is contained in:
Brian Stinson
2024-04-05 10:38:46 +02:00
committed by GitHub
parent d15a122b9b
commit 3091ad3121
3 changed files with 9 additions and 2 deletions
+3 -1
View File
@@ -105,12 +105,14 @@ postgresql:
serviceBindings:
enabled: true
## Set this if you disable the built-in postgresql deployment
dburl:
## PVC-based data storage configuration
persistence:
enabled: false
# existingClaim: netbox-data
# storageClass: "-"
accessMode: ReadWriteOnce
size: 10Gi