mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
bd406f5bb8
* added conversion of overlay to patch strategic merge and modified unittest for the same * updated best practice policy
26 lines
558 B
YAML
26 lines
558 B
YAML
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
|