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:
Zvonko Kaiser
2023-11-23 15:18:17 +00:00
parent b056683b7a
commit 16380558e0
2 changed files with 22 additions and 0 deletions

View File

@@ -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"

View File

@@ -0,0 +1,9 @@
bases:
- ../../base
images:
- name: quay.io/kata-containers/kata-deploy
newTag: stable
patches:
- path: env_stable_conf.yaml