diff --git a/infrastructure/longhorn-app.yaml b/infrastructure/longhorn-app.yaml index 79c70a0..731e277 100644 --- a/infrastructure/longhorn-app.yaml +++ b/infrastructure/longhorn-app.yaml @@ -20,4 +20,5 @@ spec: selfHeal: true syncOptions: - CreateNamespace=true - - ServerSideApply=true # Important for CRDs + - ServerSideApply=true + - Replace=true