-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[kots]: add useful links to the KOTS dashboard
- Loading branch information
Simon Emms
committed
Aug 10, 2022
1 parent
04fcfcb
commit 77eec91
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: Gitpod | ||
url: https://www.gitpod.io | ||
- description: Gitpod Docs | ||
url: https://www.gitpod.io/docs | ||
- description: Gitpod Source Code | ||
url: https://www.github.com/gitpod-io/gitpod | ||
- description: My Gitpod | ||
url: https://{{repl ConfigOption "domain" }} |