# Disable the default all-in-one installation shims: disableAll: true firecracker: enabled: true # In this chart version, 'env' must be a map, not a list. # The template converts these keys into Environment Variables for you. env: kataArtifacts: "firecracker" multiInstallSuffix: "" # This fixes the specific error you saw installArtifactsOnly: false # Automatically create the RuntimeClass runtimeClass: create: true name: kata-fc handler: kata-fc # Set Firecracker as the default for amd64 nodes defaultShim: amd64: firecracker