From e6ad3e47497d5fcceda62a6bba56d8a859047197 Mon Sep 17 00:00:00 2001 From: Alex Manning Date: Mon, 14 Aug 2023 23:19:21 +0100 Subject: [PATCH] Recreate strategy type. --- charts/unifi-controller/templates/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/unifi-controller/templates/deployment.yaml b/charts/unifi-controller/templates/deployment.yaml index 338b46e..4ff2621 100644 --- a/charts/unifi-controller/templates/deployment.yaml +++ b/charts/unifi-controller/templates/deployment.yaml @@ -6,6 +6,8 @@ metadata: {{- include "unifi-controller.labels" . | nindent 4 }} spec: replicas: 1 + strategy: + type: Recreate selector: matchLabels: {{- include "unifi-controller.selectorLabels" . | nindent 6 }}