Commit 8bd410e2 authored by 智勇's avatar 智勇

取消imagePullPolicy

parent e2f61338
......@@ -45,7 +45,7 @@ spec:
containers:
- name: {{serviceName}}
image: ccr.ccs.tencentyun.com/{{image}}
imagePullPolicy: IfNotPresent
# imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /home/logs
name: filelog
......
......@@ -24,7 +24,7 @@ spec:
containers:
- name: {{serviceName}}
image: ccr.ccs.tencentyun.com/{{image}}
imagePullPolicy: IfNotPresent
# imagePullPolicy: IfNotPresent
volumeMounts:
env:
- name: NAMESPACE
......
......@@ -41,7 +41,7 @@ spec:
containers:
- name: {{serviceName}}
image: ccr.ccs.tencentyun.com/{{image}}
imagePullPolicy: IfNotPresent
# imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /home/logs
name: filelog
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment