Skip to content

Commit

Permalink
feat(homepage): add bookmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed Nov 13, 2024
1 parent de9e5eb commit 76dcacd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions modules/kubernetes/files/argocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ server:
nginx.ingress.kubernetes.io/backend-protocol: HTTP
kubernetes.io/tls-acme: "true"
cert-manager.io/cluster-issuer: ${cluster_issuer}

gethomepage.dev/description: Get stuff done with Kubernetes!
gethomepage.dev/enabled: "true"
gethomepage.dev/group: Cluster Management
gethomepage.dev/icon: https://avatars.githubusercontent.com/u/30269780
gethomepage.dev/name: ArgoCD
tls: true
extraTLS:
- hosts:
Expand Down
6 changes: 5 additions & 1 deletion registry/components/homepage/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ metadata:
annotations:
argocd.argoproj.io/sync-wave: "10"
data:
bookmarks.yaml: ""
bookmarks.yaml: |
- Developer:
- Github:
- abbr: GH
href: https://github.com/
docker.yaml: ""
kubernetes.yaml: |
mode: cluster
Expand Down

0 comments on commit 76dcacd

Please sign in to comment.