Skip to content

Commit

Permalink
Merge pull request kata-containers#8509 from zvonkok/stable-overlay
Browse files Browse the repository at this point in the history
deployment: Add stable overlay for kata-deploy.yaml
  • Loading branch information
gkurz authored Dec 7, 2023
2 parents c14e309 + 1638055 commit 501910d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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"
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
bases:
- ../../base

images:
- name: quay.io/kata-containers/kata-deploy
newTag: stable

patches:
- path: env_stable_conf.yaml

0 comments on commit 501910d

Please sign in to comment.