Skip to content

Commit

Permalink
Merge pull request #126 from chentao1596/change-type-of-pull-images
Browse files Browse the repository at this point in the history
change the type of imagePullPolicy
  • Loading branch information
aledbf committed Jan 13, 2017
2 parents 43a3d67 + 224a4bf commit 0743f7c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ spec:
containers:
- image: gcr.io/google_containers/nginx-ingress-controller:0.8.3
name: nginx-ingress-controller
imagePullPolicy: Always
readinessProbe:
httpGet:
path: /healthz
Expand Down
1 change: 0 additions & 1 deletion examples/deployment/nginx/nginx-ingress-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ spec:
containers:
- image: gcr.io/google_containers/nginx-ingress-controller:0.8.3
name: nginx-ingress-controller
imagePullPolicy: Always
readinessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 0743f7c

Please sign in to comment.