We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13bd355 + 20565c2 commit f0bb096Copy full SHA for f0bb096
examples/gitops/install/patch-argocd-repo-server.yaml
@@ -3,12 +3,8 @@ spec:
3
spec:
4
containers:
5
- name: my-plugin
6
- command: [/tini]
7
- args:
8
- - /var/run/argocd/argocd-cmp-server
9
-# - --
10
-# - --loglevel=debug
11
- 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
12
securityContext:
13
runAsNonRoot: true
14
runAsUser: 999
0 commit comments