mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-14 18:30:21 +00:00
19 lines
428 B
YAML
19 lines
428 B
YAML
|
apiVersion: extensions/v1beta1
|
||
|
kind: Deployment
|
||
|
metadata:
|
||
|
name: my-depl
|
||
|
# We expect this field to be defaulted to the new label l2
|
||
|
labels: null
|
||
|
spec:
|
||
|
# We expect this field to be defaulted to the new label l2
|
||
|
selector: null
|
||
|
template:
|
||
|
metadata:
|
||
|
labels:
|
||
|
l2: l2
|
||
|
spec:
|
||
|
containers:
|
||
|
- name: nginx
|
||
|
image: gcr.io/google-containers/nginx:1.7.9
|
||
|
terminationMessagePolicy: null
|