mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 16:06:56 +00:00
12 lines
222 B
YAML
12 lines
222 B
YAML
|
apiVersion: v1
|
||
|
kind: Pod
|
||
|
metadata:
|
||
|
name: add-capabilities
|
||
|
spec:
|
||
|
containers:
|
||
|
- name: add-capabilities
|
||
|
image: gcr.io/google-samples/node-hello:1.0
|
||
|
securityContext:
|
||
|
capabilities:
|
||
|
add: ["SYS_TIME"]
|