From 5dc106ce904fc92aeb5d1145f6a850852933eb12 Mon Sep 17 00:00:00 2001 From: parklize Date: Mon, 15 Jul 2024 16:19:19 +0100 Subject: [PATCH] remove 1st line of templating --- server/charts/server/Chart.yaml | 2 +- server/charts/server/templates/pvc.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/server/charts/server/Chart.yaml b/server/charts/server/Chart.yaml index e588fb8..2b4edf0 100644 --- a/server/charts/server/Chart.yaml +++ b/server/charts/server/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: semantification-service description: GLACIATION Semantification service type: application -version: "" +version: "1" appVersion: "" diff --git a/server/charts/server/templates/pvc.yaml b/server/charts/server/templates/pvc.yaml index 689b4f4..fbb4534 100644 --- a/server/charts/server/templates/pvc.yaml +++ b/server/charts/server/templates/pvc.yaml @@ -1,4 +1,3 @@ -{{ if and .Values.persistence.enabled (not .Values.persistence.existingClaim) }} apiVersion: v1 kind: PersistentVolumeClaim metadata: