Skip to content

Commit

Permalink
Corrected schema reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Herbert committed Nov 21, 2024
1 parent b56954e commit cc74335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Charts/ioc-instance/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ location: ""
ioc_group: ""

# Features relating to the pod run time, such as USB devices
runtimeClassName: {}
runtimeClassName: ""


# we use the default service account in the namespace so leave this out
Expand Down
3 changes: 1 addition & 2 deletions Schemas/ioc-instance.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@
"$ref": "https://kubernetesjsonschema.dev/v1.18.1/_definitions.json#/definitions/io.k8s.api.core.v1.Container/properties/resources"
},
"runtimeClassName": {
"type": "object",
"description":"RuntimeClass defines a class of container runtime supported in the cluster. The RuntimeClass is used to determine which container runtime is used to run all containers in a pod. RuntimeClasses are (currently) manually defined by a user or cluster provisioner, and referenced in the PodSpec. The Kubelet is responsible for resolving the RuntimeClassName reference before running the pod. For more details, see https://git.k8s.io/enhancements/keps/sig-node/runtime-class.md"
"$ref": "https://kubernetesjsonschema.dev/v1.18.1/_definitions.json#/definitions/io.k8s.api.core.v1.PodSpec/properties/runtimeClassName"
},
"nodeName": {
"$ref": "https://kubernetesjsonschema.dev/v1.18.1/_definitions.json#/definitions/io.k8s.api.core.v1.PodSpec/properties/nodeName"
Expand Down

0 comments on commit cc74335

Please sign in to comment.