We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2048dca + c096ae2 commit 6afedc4Copy full SHA for 6afedc4
3 files changed
.github/workflows/pr.yml
@@ -59,6 +59,7 @@ jobs:
59
cp embedded-cluster-config.yaml release/
60
cp helmchart.yaml release/
61
sed -i "s/chartVersion: \"\"/chartVersion: \"${{ env.CHART_VERSION }}\"/" release/helmchart.yaml
62
+ cp kots-config.yaml release/
63
64
- name: Create Replicated release
65
id: create-release
.github/workflows/release.yml
@@ -56,6 +56,7 @@ jobs:
56
57
58
sed -i "s/chartVersion: \"\"/chartVersion: \"${{ env.VERSION }}\"/" release/helmchart.yaml
kots-config.yaml
@@ -0,0 +1,6 @@
1
+apiVersion: kots.io/v1beta1
2
+kind: Config
3
+metadata:
4
+ name: gameshelf
5
+spec:
6
+ groups: []
0 commit comments