From 605b170072ae6dc2673482af59b700435046b1e8 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 17 Dec 2025 11:40:09 -0600 Subject: [PATCH] remove old config --- .../templates/persistent-volume-claim.yaml | 19 ------------------- clusters/cl01tl/helm/libation/values.yaml | 2 +- 2 files changed, 1 insertion(+), 20 deletions(-) diff --git a/clusters/cl01tl/helm/libation/templates/persistent-volume-claim.yaml b/clusters/cl01tl/helm/libation/templates/persistent-volume-claim.yaml index bcae70a6c..067785451 100644 --- a/clusters/cl01tl/helm/libation/templates/persistent-volume-claim.yaml +++ b/clusters/cl01tl/helm/libation/templates/persistent-volume-claim.yaml @@ -1,24 +1,5 @@ apiVersion: v1 kind: PersistentVolumeClaim -metadata: - name: libation-config - namespace: {{ .Release.Namespace }} - labels: - app.kubernetes.io/name: libation-config - app.kubernetes.io/instance: {{ .Release.Name }} - app.kubernetes.io/part-of: {{ .Release.Name }} -spec: - storageClassName: nfs-client - accessModes: - - ReadWriteOnce - resources: - requests: - storage: 1Gi - volumeMode: Filesystem - ---- -apiVersion: v1 -kind: PersistentVolumeClaim metadata: name: libation-nfs-storage namespace: {{ .Release.Namespace }} diff --git a/clusters/cl01tl/helm/libation/values.yaml b/clusters/cl01tl/helm/libation/values.yaml index c9eef3f0a..356df8d08 100644 --- a/clusters/cl01tl/helm/libation/values.yaml +++ b/clusters/cl01tl/helm/libation/values.yaml @@ -45,7 +45,7 @@ libation: cpu: 10m memory: 32Mi persistence: - config-new: + config: forceRename: libation storageClass: ceph-block accessMode: ReadWriteOnce