This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: #2259 Co-authored-by: gitea-bot <gitea-bot@alexlebens.net> Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
14 lines
437 B
YAML
14 lines
437 B
YAML
---
|
|
# Source: intel-device-plugin/templates/namespace.yaml
|
|
apiVersion: v1
|
|
kind: Namespace
|
|
metadata:
|
|
name: intel-device-plugin
|
|
labels:
|
|
app.kubernetes.io/name: intel-device-plugin
|
|
app.kubernetes.io/instance: intel-device-plugin
|
|
app.kubernetes.io/part-of: intel-device-plugin
|
|
pod-security.kubernetes.io/audit: privileged
|
|
pod-security.kubernetes.io/enforce: privileged
|
|
pod-security.kubernetes.io/warn: privileged
|