New Task topic for kubectl patch. (#4519)

This commit is contained in:
Steve Perry
2017-08-14 09:43:56 -07:00
committed by GitHub
parent 52fd55d372
commit 176b91d558
5 changed files with 305 additions and 45 deletions
@@ -0,0 +1,14 @@
apiVersion: apps/v1beta1
kind: Deployment
metadata:
name: patch-demo
spec:
replicas: 2
template:
metadata:
labels:
app: nginx
spec:
containers:
- name: patch-demo-ctr
image: nginx