Longhorn: use values yaml for helm to reduce replicas

This commit is contained in:
baschno
2025-12-30 20:10:56 +01:00
parent a80dce42b0
commit a551f2e4ca
2 changed files with 3 additions and 16 deletions

View File

@@ -28,7 +28,8 @@ install:
--install \
--cleanup-on-fail \
--namespace ${LONGHORN_NAMESPACE} \
--create-namespace
--create-namespace \
--values longhorn-values.yaml
uninstall:
#!/bin/bash