chore: remove unused configmap from homepage

This commit is contained in:
2026-03-16 18:13:39 +01:00
parent 89863cb340
commit 2ed8399670
2 changed files with 0 additions and 28 deletions
-27
View File
@@ -1,27 +0,0 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: homepage-config
namespace: homepage
data:
settings.yaml: |
title: Homelab
theme: dark
color: slate
services.yaml: |
- Infrastruktur:
- Longhorn:
href: http://longhorn.net-scope.org
description: Storage
bookmarks.yaml: |
[]
widgets.yaml: |
- greeting:
text_size: xl
text: "Homelab"
docker.yaml: |
[]
kubernetes.yaml: |
mode: cluster
proxmox.yaml: |
[]
@@ -3,7 +3,6 @@ kind: Kustomization
resources: resources:
- namespace.yaml - namespace.yaml
- rbac.yaml - rbac.yaml
- configmap.yaml
- pvc.yaml - pvc.yaml
- deployment.yaml - deployment.yaml
- service.yaml - service.yaml