Skip to content

Commit

Permalink
chore(example): fix RuntimeClass
Browse files Browse the repository at this point in the history
  • Loading branch information
0xE282B0 authored Dec 9, 2023
1 parent 49fbed8 commit 0b258fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions examples/kind/pod.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
apiVersion: v1
kind: Pod
metadata:
annotations:
module.wasm.image/variant: compat-smart
labels:
run: wasi-demo
name: wasi-demo
Expand All @@ -16,4 +14,4 @@ spec:
restartPolicy: Never
nodeSelector:
kwasm.sh/kwasm-provisioned: kind-worker2
runtimeClassName: crun
runtimeClassName: wasmedge
4 changes: 2 additions & 2 deletions examples/kind/runtimeclass.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: node.k8s.io/v1
kind: RuntimeClass
metadata:
name: crun
handler: crun
name: wasmedge
handler: wasmedge

0 comments on commit 0b258fd

Please sign in to comment.