Merge pull request #126 from chentao1596/change-type-of-pull-images
change the type of imagePullPolicy
This commit is contained in:
commit
0743f7ccb5
2 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue