Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion packages/services/seaweedfs/seaweedfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

apiVersion: v1alpha1
name: seaweedfs
tag: 4.17.0-p2
tag: 4.17.0-p3
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!
Expand Down Expand Up @@ -96,6 +96,10 @@ modules:
{{- $trinoIdentity := .Context.defaultStorage.settings.s3.advanced.identities.trino -}}
{{- $trinoStorageSecret := coalesce $trinoBronzeStorageSecret $trinoSilverStorageSecret $trinoGoldStorageSecret -}}

# Pin the chart fullname so the generated IAM ConfigMap has a deterministic
# name, independent of Helm's fullname dedup (wich depends on the release name)
fullnameOverride: {{ $release }}-auth-config

iamConfig:
sts:
tokenDuration: "1h"
Expand Down