Skip to content

Commit 54ce56c

Browse files
committed
feat(helm_hello_world): Add sikalabs/hello-world example using Helm CRD
1 parent 29ea2e0 commit 54ce56c

3 files changed

+32
-0
lines changed

helm_hello_world.2.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
apiVersion: helm.cattle.io/v1
2+
kind: HelmChart
3+
metadata:
4+
name: hello-world
5+
namespace: default
6+
spec:
7+
repo: https://helm.sikalabs.io
8+
chart: hello-world
9+
targetNamespace: default
10+
set:
11+
host: k3s.sikademo.com

helm_hello_world.3.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
apiVersion: helm.cattle.io/v1
2+
kind: HelmChart
3+
metadata:
4+
name: hello-world
5+
namespace: default
6+
spec:
7+
repo: https://helm.sikalabs.io
8+
chart: hello-world
9+
targetNamespace: default
10+
set:
11+
host: k3s.sikademo.com
12+
replicas: 3

helm_hello_world.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
apiVersion: helm.cattle.io/v1
2+
kind: HelmChart
3+
metadata:
4+
name: hello-world
5+
namespace: default
6+
spec:
7+
repo: https://helm.sikalabs.io
8+
chart: hello-world
9+
targetNamespace: default

0 commit comments

Comments
 (0)