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: