iaa: fix deployment with kustomize

Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
This commit is contained in:
Mikko Ylinen 2022-03-11 11:40:04 +02:00
parent 44769e09ed
commit a6bc27b578
3 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,7 @@ spec:
imagePullPolicy: IfNotPresent
securityContext:
readOnlyRootFilesystem: true
allowPrivilegeEscalation: false
volumeMounts:
- name: devfs
mountPath: /dev/iax

View File

@ -0,0 +1,2 @@
resources:
- intel-iaa-plugin.yaml

View File

@ -0,0 +1,2 @@
bases:
- base