Remove settings, add values

This commit is contained in:
2024-08-04 22:08:56 +01:00
parent d272e07273
commit fa12066425
3 changed files with 3 additions and 6 deletions

View File

@@ -14,3 +14,6 @@ spec:
version: 1.6.0 version: 1.6.0
interval: 1m0s interval: 1m0s
targetNamespace: longhorn-system targetNamespace: longhorn-system
values:
defaultSettings:
defaultReplicaCount: 2

View File

@@ -5,4 +5,3 @@ resources:
- namespace.yaml - namespace.yaml
- helmrepo.yaml - helmrepo.yaml
- helmrelease.yaml - helmrelease.yaml
- longhornsetting.yaml

View File

@@ -1,5 +0,0 @@
apiVersion: longhorn.io/v1beta2
kind: Setting
metadata:
name: default-replica-count
value: "1"