Skip to content

Commit

Permalink
[kots]: add useful links to the KOTS dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Emms committed Aug 11, 2022
1 parent f5d79ca commit 20ea958
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions install/kots/manifests/kots-links.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Copyright (c) 2022 Gitpod GmbH. All rights reserved.
# Licensed under the MIT License. See License-MIT.txt in the project root for license information.

apiVersion: app.k8s.io/v1beta1
kind: Application
metadata:
name: gitpod
labels:
app.kubernetes.io/name: gitpod
app.kubernetes.io/version: "1.0.0"
spec:
selector:
matchLabels:
app.kubernetes.io/name: gitpod
descriptor:
links:
- description: Open {{repl ConfigOption "domain" }}
url: https://{{repl ConfigOption "domain" }}
- description: Gitpod Docs
url: https://www.gitpod.io/docs
- description: Gitpod Source Code
url: https://www.github.com/gitpod-io/gitpod
- description: Gitpod
url: https://www.gitpod.io

0 comments on commit 20ea958

Please sign in to comment.