There was an error while loading. Please reload this page.
2 parents 7686872 + 9fd9e0b commit 7c1b8d8Copy full SHA for 7c1b8d8
1 file changed
scripts/generate-shim-resource.sh
@@ -37,10 +37,10 @@ cat > "${OUTPUT_FILE}" <<EOF
37
apiVersion: runtime.spinkube.dev/${CRD_VERSION}
38
kind: Shim
39
metadata:
40
- name: spin
+ name: spin-v2
41
labels:
42
- app.kubernetes.io/name: spin
43
- app.kubernetes.io/instance: spin
+ app.kubernetes.io/name: spin-v2
+ app.kubernetes.io/instance: spin-v2
44
app.kubernetes.io/part-of: runtime-class-manager
45
spec:
46
nodeSelector:
@@ -69,7 +69,7 @@ spec:
69
# Note: this name is used by the Spin Operator project as its default:
70
# https://github.com/spinframework/spin-operator/blob/main/config/samples/spin-shim-executor.yaml
71
name: wasmtime-spin-v2
72
- handler: spin
+ handler: spin-v2
73
74
rolloutStrategy:
75
type: recreate
0 commit comments