3ad7ea77f1
Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
17 lines
337 B
YAML
17 lines
337 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: audit-pod
|
|
labels:
|
|
app: audit-pod
|
|
spec:
|
|
securityContext:
|
|
seccompProfile:
|
|
type: RuntimeDefault
|
|
containers:
|
|
- name: test-container
|
|
image: hashicorp/http-echo:0.2.3
|
|
args:
|
|
- "-text=just made some syscalls!"
|
|
securityContext:
|
|
allowPrivilegeEscalation: false |