Skip to content

Commit

Permalink
Update docs/operator-manual/config-management-plugins.md
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Alan Clucas <alan@clucas.org>
  • Loading branch information
Joibel and jsoref authored Jan 22, 2024
1 parent 90416f0 commit 9f2e062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/operator-manual/config-management-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,8 @@ spec:
1. Make sure to use `argocd-cmp-server` as an entrypoint from the same version of Argo CD. The `argocd-cmp-server` is a lightweight GRPC service that allows Argo CD to interact with the plugin.
2. Make sure that container is running as user 999.
3. Make sure that plugin configuration file is present at `/home/argocd/cmp-server/config/plugin.yaml`. It can either be volume mapped via configmap or baked into image.
4. The **service** has the label `argocd.argoproj.io/plugin: "true"`
5. If you are calling the plugin by name that the **port** name is what you use to call it.
4. The **service** has the label `argocd.argoproj.io/plugin: "true"`
5. If you are calling the plugin by name that the **port** name is what you use to call it.
If you'd like to disable this feature do not provide a service account token.
Expand Down

0 comments on commit 9f2e062

Please sign in to comment.