Skip to content

Commit 9dac73d

Browse files
committed
feat(homepage): add bookmarks
1 parent 7d28199 commit 9dac73d

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

modules/kubernetes/files/argocd.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ server:
1818
nginx.ingress.kubernetes.io/backend-protocol: HTTP
1919
kubernetes.io/tls-acme: "true"
2020
cert-manager.io/cluster-issuer: ${cluster_issuer}
21+
22+
gethomepage.dev/description: Get stuff done with Kubernetes!
23+
gethomepage.dev/enabled: "true"
24+
gethomepage.dev/group: Cluster Management
25+
gethomepage.dev/icon: argocd
26+
gethomepage.dev/name: ArgoCD
2127
tls: true
2228
extraTLS:
2329
- hosts:

registry/components/homepage/configmap.yaml

+11-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ metadata:
66
annotations:
77
argocd.argoproj.io/sync-wave: "10"
88
data:
9-
bookmarks.yaml: ""
9+
bookmarks.yaml: |
10+
- Cluster Management3:
11+
- Repo:
12+
- icon: github-light
13+
href: https://github.com/mrsimonemms/infrastructure
14+
description: My infrastructure
1015
docker.yaml: ""
1116
kubernetes.yaml: |
1217
mode: cluster
@@ -19,6 +24,11 @@ data:
1924
brightness: 50
2025
opacity: 50
2126
headerStyle: boxed
27+
useEqualHeights: true
28+
layout:
29+
- Cluster Management:
30+
style: row
31+
columns: 4
2232
widgets.yaml: |
2333
- kubernetes:
2434
cluster:

0 commit comments

Comments
 (0)