1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-15 17:51:20 +00:00
kyverno/test/output/output_mutate_pod_spec.yaml

27 lines
558 B
YAML
Raw Normal View History

apiVersion: apps/v1
kind: Deployment
metadata:
creationTimestamp: "2020-09-21T12:56:35Z"
name: nginx-deployment
labels:
app: nginx
namespace: test-foo-aaaaaaaaa-bbbbbbbb
spec:
replicas: 1
selector:
matchLabels:
app: nginx
template:
metadata:
creationTimestamp: "2020-09-21T12:56:35Z"
labels:
app: nginx
spec:
enableServiceLinks: false
automountServiceAccountToken: false
containers:
- name: nginx
image: nginx:1.14.2
ports:
- containerPort: 80