Fix kubeconfig example for nginx deployment

Missing the `volumeMounts`, without it the pod will not start
This commit is contained in:
Tiago Scolari 2017-09-07 07:34:20 +01:00 committed by GitHub
parent a2aa09706f
commit cb35a7caa4

View file

@ -193,6 +193,9 @@ spec:
containers:
- name: default-http-backend
image: gcr.io/google_containers/defaultbackend:1.0
volumeMounts:
- mountPath: /etc/kubernetes
name: kubeconfig
livenessProbe:
httpGet:
path: /healthz