Skip to content

Commit f367f58

Browse files
committed
Add exmaple hr and chartrepo file
1 parent 4d3f3dc commit f367f58

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

artifacts/captain/chartrepo.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
apiVersion: app.alauda.io/v1alpha1
2+
kind: ChartRepo
3+
metadata:
4+
name: captain
5+
namespace: alauda-system
6+
spec:
7+
url: https://alauda.github.io/charts

artifacts/captain/hr.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
apiVersion: app.alauda.io/v1alpha1
2+
kind: HelmRequest
3+
metadata:
4+
name: captain
5+
namespace: captain
6+
spec:
7+
chart: captain/captain
8+
namespace: captain
9+
version: v0.9.2
10+
values:
11+
namespace: captain

0 commit comments

Comments
 (0)