Skip to content

Commit cfae831

Browse files
Update Helm Shim CRD to latest
Signed-off-by: Kate Goldenring <[email protected]>
1 parent 51e1176 commit cfae831

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

deploy/helm/crds/runtime.spinkube.dev_shims.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,13 @@ spec:
4949
spec:
5050
description: ShimSpec defines the desired state of Shim
5151
properties:
52+
containerdRuntimeOptions:
53+
additionalProperties:
54+
type: string
55+
description: |-
56+
ContainerdRuntimeOptions is a map of containerd runtime options for the shim plugin.
57+
See an example of configuring cgroup driver via runtime options: https://github.com/containerd/containerd/blob/main/docs/cri/config.md#cgroup-driver
58+
type: object
5259
fetchStrategy:
5360
properties:
5461
anonHttp:
@@ -95,18 +102,11 @@ spec:
95102
- handler
96103
- name
97104
type: object
98-
runtimeOptions:
99-
additionalProperties:
100-
type: string
101-
description: |-
102-
RuntimeOptions is a map of containerd runtime options for the shim plugin.
103-
See an example of configuring cgroup driver via runtime options: https://github.com/containerd/containerd/blob/main/docs/cri/config.md#cgroup-driver
104-
type: object
105105
required:
106+
- containerdRuntimeOptions
106107
- fetchStrategy
107108
- rolloutStrategy
108109
- runtimeClass
109-
- runtimeOptions
110110
type: object
111111
status:
112112
description: ShimStatus defines the observed state of Shim

0 commit comments

Comments
 (0)