mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 07:57:07 +00:00
17 lines
284 B
YAML
17 lines
284 B
YAML
|
apiVersion: v1
|
||
|
kind: Pod
|
||
|
metadata:
|
||
|
creationTimestamp:
|
||
|
labels:
|
||
|
app: myapp
|
||
|
name: myapp-pod
|
||
|
spec:
|
||
|
automountServiceAccountToken: false
|
||
|
containers:
|
||
|
- image: nginx
|
||
|
imagePullPolicy: IfNotPresent
|
||
|
name: nginx
|
||
|
resources: {}
|
||
|
serviceAccountName: default
|
||
|
status: {}
|