From 219f36d15a3f94c203e97ec495aa1785e23a70b9 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 24 Jun 2026 18:06:41 +0200 Subject: [PATCH] fix(seaweedfs): mount auth-config configmap under its real Helm fullname --- packages/services/seaweedfs/seaweedfs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/services/seaweedfs/seaweedfs.yaml b/packages/services/seaweedfs/seaweedfs.yaml index bc0f7ca..da057a2 100644 --- a/packages/services/seaweedfs/seaweedfs.yaml +++ b/packages/services/seaweedfs/seaweedfs.yaml @@ -16,7 +16,7 @@ apiVersion: v1alpha1 name: seaweedfs -tag: 4.17.0-p1 +tag: 4.17.0-p2 protected: false description: | SeaweedFS is a simple and highly scalable distributed file system. There are the objectives to store billions of files and to serve the files fast! @@ -291,7 +291,7 @@ modules: extraVolumes: | - name: auth-config configMap: - name: {{ .Release.metadata.name }}-auth-config-seaweedfs-auth-config + name: {{ .Release.metadata.name }}-auth-config extraVolumeMounts: | - name: auth-config