Skip to content

Commit ea98ef8

Browse files
committed
fix(module-controller): update imagePullPolicy comment for clarity
1 parent 95a955f commit ea98ef8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example/quick-start/module-controller-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ spec:
1717
- name: module-controller
1818
image: serverless-registry.cn-shanghai.cr.aliyuncs.com/opensource/test/module-controller-v2:latest # 自己构建打包好的镜像
1919
imagePullPolicy: Never
20+
# imagePullPolicy: Always # 如果使用远程仓库的镜像,改为 Always
2021
resources:
2122
limits:
2223
cpu: "1000m"

0 commit comments

Comments
 (0)