From 6d70b8617a7c5744013b46865554e494e8052d14 Mon Sep 17 00:00:00 2001 From: JesseBot Date: Tue, 23 Apr 2024 11:03:36 +0200 Subject: [PATCH] Apply suggestions from code review - fix whitespace for gotemplating --- templates/pvc-assets.yaml | 2 +- templates/pvc-system.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/pvc-assets.yaml b/templates/pvc-assets.yaml index b5debdb..4f902f6 100644 --- a/templates/pvc-assets.yaml +++ b/templates/pvc-assets.yaml @@ -1,4 +1,4 @@ -{{- if and (not .Values.mastodon.s3.enabled) (not .Values.mastodon.persistence.assets.existingClaim)-}} +{{- if and (not .Values.mastodon.s3.enabled) (not .Values.mastodon.persistence.assets.existingClaim) -}} apiVersion: v1 kind: PersistentVolumeClaim metadata: diff --git a/templates/pvc-system.yaml b/templates/pvc-system.yaml index cd35d9a..b67d63e 100644 --- a/templates/pvc-system.yaml +++ b/templates/pvc-system.yaml @@ -1,4 +1,4 @@ -{{- if and (not .Values.mastodon.s3.enabled) (not .Values.mastodon.persistence.system.existingClaim)-}} +{{- if and (not .Values.mastodon.s3.enabled) (not .Values.mastodon.persistence.system.existingClaim) -}} apiVersion: v1 kind: PersistentVolumeClaim metadata: