mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
iaa: fix deployment with kustomize
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
This commit is contained in:
parent
44769e09ed
commit
a6bc27b578
@ -24,6 +24,7 @@ spec:
|
||||
imagePullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: true
|
||||
allowPrivilegeEscalation: false
|
||||
volumeMounts:
|
||||
- name: devfs
|
||||
mountPath: /dev/iax
|
||||
|
2
deployments/iaa_plugin/base/kustomization.yaml
Normal file
2
deployments/iaa_plugin/base/kustomization.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
resources:
|
||||
- intel-iaa-plugin.yaml
|
2
deployments/iaa_plugin/kustomization.yaml
Normal file
2
deployments/iaa_plugin/kustomization.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
bases:
|
||||
- base
|
Loading…
Reference in New Issue
Block a user