Skip to content

Commit f0bb096

Browse files
authoredNov 19, 2024··
Merge pull request #489 from Peefy/fix-wrong-argocd-kcl-plugin-config
fix: wrong argocd kcl plugin config
2 parents 13bd355 + 20565c2 commit f0bb096

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed
 

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

+2-6
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)
Please sign in to comment.