From facfc90666bf30d4759440803fc39d426df72dbc Mon Sep 17 00:00:00 2001 From: Myasnikov Daniil Date: Wed, 15 Apr 2026 00:10:23 +0500 Subject: [PATCH] [installer] Add deletion protection label to cozy-system namespace Signed-off-by: Myasnikov Daniil --- packages/core/installer/templates/cozystack-operator.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/core/installer/templates/cozystack-operator.yaml b/packages/core/installer/templates/cozystack-operator.yaml index aded0995..a9877044 100644 --- a/packages/core/installer/templates/cozystack-operator.yaml +++ b/packages/core/installer/templates/cozystack-operator.yaml @@ -8,6 +8,7 @@ kind: Namespace metadata: name: cozy-system labels: + cozystack.io/deletion-protected: "true" cozystack.io/system: "true" pod-security.kubernetes.io/enforce: privileged annotations: