11 lines
166 B
YAML
11 lines
166 B
YAML
{{- if .Values.disabledfor120 }}
|
|
apiVersion: node.k8s.io/v1
|
|
kind: RuntimeClass
|
|
metadata:
|
|
name: crio
|
|
handler: runc
|
|
overhead:
|
|
podFixed:
|
|
memory: 16Mi
|
|
{{- end }}
|