From 5cf3d77fcc411e4236eb4176dbc34edde5d091c5 Mon Sep 17 00:00:00 2001 From: Tim Campbell Date: Mon, 8 Jul 2024 14:56:22 +0200 Subject: [PATCH] Fix indentation --- templates/deployment-web.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/deployment-web.yaml b/templates/deployment-web.yaml index 29a2de4..640ab0d 100644 --- a/templates/deployment-web.yaml +++ b/templates/deployment-web.yaml @@ -14,10 +14,10 @@ spec: revisionHistoryLimit: {{ .Values.mastodon.revisionHistoryLimit }} {{- end }} strategy: - type: RollingUpdate - rollingUpdate: - maxSurge: 2 - maxUnavailable: 25% + type: RollingUpdate + rollingUpdate: + maxSurge: 2 + maxUnavailable: 25% selector: matchLabels: {{- include "mastodon.selectorLabels" . | nindent 6 }}