Skip to content

Commit 99ae730

Browse files
Merge pull request #27 from aa-replicated/feat/kots-app
feat: add KOTS Application manifest
2 parents 771a896 + 25382bd commit 99ae730

3 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
cp helmchart.yaml release/
6161
sed -i "s/chartVersion: \"\"/chartVersion: \"${{ env.CHART_VERSION }}\"/" release/helmchart.yaml
6262
cp kots-config.yaml release/
63+
cp kots-app.yaml release/
6364
6465
- name: Create Replicated release
6566
id: create-release

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
cp helmchart.yaml release/
5858
sed -i "s/chartVersion: \"\"/chartVersion: \"${{ env.VERSION }}\"/" release/helmchart.yaml
5959
cp kots-config.yaml release/
60+
cp kots-app.yaml release/
6061
6162
- name: Create Replicated release
6263
id: create-release

kots-app.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
apiVersion: kots.io/v1beta1
2+
kind: Application
3+
metadata:
4+
name: gameshelf
5+
spec:
6+
title: GameShelf
7+
statusInformers:
8+
- deployment/gameshelf

0 commit comments

Comments
 (0)