Skip to content
This repository was archived by the owner on Apr 10, 2024. It is now read-only.

Commit 866ebb0

Browse files
author
Jiang Huan
committed
Update deploy example to v0.11
1 parent 4c7be7a commit 866ebb0

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

Diff for: deploy-example/kubernetes-manifest/2_deployment.yaml

+21-21
Original file line numberDiff line numberDiff line change
@@ -26,24 +26,24 @@ spec:
2626
spec:
2727
serviceAccountName: imagepullsecret-patcher
2828
containers:
29-
- name: imagepullsecret-patcher
30-
image: "quay.io/titansoft/imagepullsecret-patcher:v0.10"
31-
env:
32-
- name: CONFIG_FORCE
33-
value: "true"
34-
- name: CONFIG_DEBUG
35-
value: "false"
36-
- name: CONFIG_ALLSERVICEACCOUNT
37-
value: "true"
38-
- name: CONFIG_DOCKERCONFIGJSON
39-
valueFrom:
40-
secretKeyRef:
41-
name: image-pull-secret
42-
key: .dockerconfigjson
43-
resources:
44-
requests:
45-
cpu: 0.1
46-
memory: 15Mi
47-
limits:
48-
cpu: 0.2
49-
memory: 30Mi
29+
- name: imagepullsecret-patcher
30+
image: "quay.io/titansoft/imagepullsecret-patcher:v0.11"
31+
env:
32+
- name: CONFIG_FORCE
33+
value: "true"
34+
- name: CONFIG_DEBUG
35+
value: "false"
36+
- name: CONFIG_ALLSERVICEACCOUNT
37+
value: "true"
38+
- name: CONFIG_DOCKERCONFIGJSON
39+
valueFrom:
40+
secretKeyRef:
41+
name: image-pull-secret
42+
key: .dockerconfigjson
43+
resources:
44+
requests:
45+
cpu: 0.1
46+
memory: 15Mi
47+
limits:
48+
cpu: 0.2
49+
memory: 30Mi

0 commit comments

Comments
 (0)