fix: add placeholder config to longhorn-config to fix git path

This commit is contained in:
2026-01-15 15:10:05 +01:00
parent 1bb36f813a
commit 09050c08b8
2 changed files with 10 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: longhorn-backup-config
namespace: longhorn-system
data:
# Platzhalter Config
backup-target: ""

View File

@@ -1,7 +1,7 @@
seaweedfs: seaweedfs:
image: image:
registry: docker.io registry: "docker.io/" # Mit Slash erzwingen
repository: chrislusf/seaweedfs repository: "chrislusf/seaweedfs"
tag: "3.59" tag: "3.59"
volume: volume:
@@ -21,7 +21,6 @@ seaweedfs:
ingress: ingress:
enabled: true enabled: true
className: traefik className: traefik
# Achtung: Chart erwartet Annotations als String!
annotations: | annotations: |
cert-manager.io/cluster-issuer: letsencrypt-prod cert-manager.io/cluster-issuer: letsencrypt-prod
hosts: hosts:
@@ -40,7 +39,6 @@ seaweedfs:
ingress: ingress:
enabled: true enabled: true
className: traefik className: traefik
# Achtung: Chart erwartet Annotations als String!
annotations: | annotations: |
cert-manager.io/cluster-issuer: letsencrypt-prod cert-manager.io/cluster-issuer: letsencrypt-prod
hosts: hosts: