Skip to content

Commit 20565c2

Browse files
committed
fix: wrong argocd kcl plugin config
Signed-off-by: Peefy <[email protected]>
1 parent f56555f commit 20565c2

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

examples/gitops/install/patch-argocd-repo-server.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,8 @@ spec:
33
spec:
44
containers:
55
- name: my-plugin
6-
command: [/tini]
7-
args:
8-
- /var/run/argocd/argocd-cmp-server
9-
# - --
10-
# - --loglevel=debug
11-
image: kcllang/kcl
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
128
securityContext:
139
runAsNonRoot: true
1410
runAsUser: 999

0 commit comments

Comments
 (0)