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 7434c50cdb
commit 15fae6c236

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