first commit
This commit is contained in:
10
admissioncontrollers/introduction/demo-pod.yaml
Normal file
10
admissioncontrollers/introduction/demo-pod.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: demo-pod
|
||||
labels:
|
||||
example-webhook-enabled: "true"
|
||||
spec:
|
||||
containers:
|
||||
- name: nginx
|
||||
image: nginx
|
||||
Reference in New Issue
Block a user