Skip to content

Commit ebb6a1d

Browse files
committed
Template / Add Outline
1 parent 4d73f1e commit ebb6a1d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

services/outline/app.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ kind: KuberoApp
33
metadata:
44
name: outline
55
annotations:
6-
kubero.dev/template.architecture: "[]"
7-
kubero.dev/template.description: ""
6+
kubero.dev/template.architecture: '["linux/amd64", "linux/arm64", "linux/arm/v7"]'
7+
kubero.dev/template.description: "The fastest knowledge base for growing teams. Beautiful, realtime collaborative, feature packed, and markdown compatible."
88
kubero.dev/template.icon: "https://avatars.githubusercontent.com/u/1765001"
99
kubero.dev/template.installation: ""
1010
kubero.dev/template.links: "[]"
11-
kubero.dev/template.screenshots: "[]"
11+
kubero.dev/template.screenshots: '["https://user-images.githubusercontent.com/380914/110356468-26374600-7fef-11eb-9f6a-f2cc2c8c6590.png"]'
1212
kubero.dev/template.source: "https://github.com/outline/outline"
13-
kubero.dev/template.categories: "[]"
13+
kubero.dev/template.categories: '["work", "utility"]'
1414
kubero.dev/template.title: "Outline"
1515
kubero.dev/template.website: "https://www.getoutline.com/"
1616
labels:
@@ -50,7 +50,7 @@ spec:
5050
- name: SLACK_CLIENT_ID
5151
value: ""
5252
- name: SLACK_CLIENT_SECRET
53-
value:
53+
value: ""
5454
extraVolumes:
5555
- accessMode: ReadWriteOnce
5656
accessModes:

0 commit comments

Comments
 (0)