Skip to content

Commit

Permalink
fix: wrong argocd kcl plugin config
Browse files Browse the repository at this point in the history
Signed-off-by: Peefy <[email protected]>
  • Loading branch information
Peefy committed Nov 19, 2024
1 parent f56555f commit 20565c2
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions examples/gitops/install/patch-argocd-repo-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@ spec:
spec:
containers:
- name: my-plugin
command: [/tini]
args:
- /var/run/argocd/argocd-cmp-server
# - --
# - --loglevel=debug
image: kcllang/kcl
command: [/var/run/argocd/argocd-cmp-server] # Entrypoint should be Argo CD lightweight CMP server i.e. argocd-cmp-server
image: kcllang/kcl # This can be off-the-shelf or custom-built image
securityContext:
runAsNonRoot: true
runAsUser: 999
Expand Down

0 comments on commit 20565c2

Please sign in to comment.