Skip to content

Commit 6afedc4

Browse files
Merge pull request #25 from aa-replicated/feat/kots-config
feat: add KOTS Config manifest
2 parents 2048dca + c096ae2 commit 6afedc4

3 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/pr.yml

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

.github/workflows/release.yml

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

kots-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
apiVersion: kots.io/v1beta1
2+
kind: Config
3+
metadata:
4+
name: gameshelf
5+
spec:
6+
groups: []

0 commit comments

Comments
 (0)