mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-05 02:40:18 +00:00
kata-deploy: Remove kata-cleanup unneeded vars
As kata-cleanup will only call `reset_runtime()`, there's absolutely no need to export the other set of environment variables in its yaml file. Signed-off-by: Fabiano Fidêncio <fabiano@fidencio.org>
This commit is contained in:
@@ -27,16 +27,6 @@ spec:
|
|||||||
valueFrom:
|
valueFrom:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
fieldPath: spec.nodeName
|
fieldPath: spec.nodeName
|
||||||
- name: DEBUG
|
|
||||||
value: "false"
|
|
||||||
- name: SHIMS
|
|
||||||
value: "clh cloud-hypervisor dragonball fc qemu-runtime-rs qemu-sev qemu-snp qemu-tdx qemu qemu-coco-dev stratovirt qemu-nvidia-gpu qemu-nvidia-gpu-snp qemu-nvidia-gpu-tdx"
|
|
||||||
- name: DEFAULT_SHIM
|
|
||||||
value: "qemu"
|
|
||||||
- name: CREATE_RUNTIMECLASSES
|
|
||||||
value: "false"
|
|
||||||
- name: CREATE_DEFAULT_RUNTIMECLASS
|
|
||||||
value: "false"
|
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
updateStrategy:
|
updateStrategy:
|
||||||
|
Reference in New Issue
Block a user