Skip to content

Commit

Permalink
Merge pull request #489 from Peefy/fix-wrong-argocd-kcl-plugin-config
Browse files Browse the repository at this point in the history
fix: wrong argocd kcl plugin config
  • Loading branch information
Peefy authored Nov 19, 2024
2 parents 13bd355 + 20565c2 commit f0bb096
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 f0bb096

Please sign in to comment.