File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 3
3
spec :
4
4
containers :
5
5
- name : my-plugin
6
- command : [/var/run/argocd/argocd-cmp-server] # Entrypoint should be Argo CD lightweight CMP server i.e. argocd-cmp-server
7
- image : kcllang/kcl # This can be off-the-shelf or custom-built image
6
+ command : [/tini]
7
+ args :
8
+ - /var/run/argocd/argocd-cmp-server
9
+ # - --
10
+ # - --loglevel=debug
11
+ image : kcllang/kcllang-cmp-plugin
8
12
securityContext :
9
13
runAsNonRoot : true
10
14
runAsUser : 999
17
21
- mountPath : /home/argocd/cmp-server/config/plugin.yaml
18
22
subPath : plugin.yaml
19
23
name : kcl-plugin-config
20
- # Starting with v2.4, do NOT mount the same tmp volume as the repo-server container. The filesystem separation helps
24
+ # Starting with v2.4, do NOT mount the same tmp volume as the repo-server container. The filesystem separation helps
21
25
# mitigate path traversal attacks.
22
26
- mountPath : /tmp
23
27
name : cmp-tmp
You can’t perform that action at this time.
0 commit comments