mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-31 08:28:34 +00:00
deployment: Create a stable overaly for kata-deploy
Fixes: #8508 Create a stable overlay for kata-deploy.yaml so we do not have to maintain two files, only one. Single source for both. This is also preparation for the helm-overlay Signed-off-by: Zvonko Kaiser <zkaiser@nvidia.com>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
apiVersion: apps/v1
|
||||
kind: DaemonSet
|
||||
metadata:
|
||||
name: kata-deploy
|
||||
namespace: kube-system
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
- name: kube-kata
|
||||
env:
|
||||
- name: SHIMS
|
||||
value: "clh cloud-hypervisor dragonball fc qemu qemu-nvidia-gpu qemu-sev qemu-snp qemu-tdx"
|
@@ -0,0 +1,9 @@
|
||||
bases:
|
||||
- ../../base
|
||||
|
||||
images:
|
||||
- name: quay.io/kata-containers/kata-deploy
|
||||
newTag: stable
|
||||
|
||||
patches:
|
||||
- path: env_stable_conf.yaml
|
Reference in New Issue
Block a user