Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update documentation #557

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
If you want to use Helm along with argocd-vault-plugin, use the instructions matching your [plugin installation method](../installation).

##### Simple
For `argocd-cm` ConfigMap configured plugins, add this to `argod-cm` ConfigMap:
For `argocd-cm` ConfigMap configured plugins, add this to `argocd-cm` ConfigMap:
```yaml
configManagementPlugins: |
- name: argocd-vault-plugin-helm
Expand Down Expand Up @@ -86,7 +86,7 @@ Use this option if you want to use Helm along with argocd-vault-plugin and use a
repo-server (or, if using a sidecar, in the plugin sidecar). Only use this when the users are completely trusted. If
possible, determine which Helm arguments are needed by your users and explicitly pass only those arguments.

For `argocd-cm` ConfigMap configured plugins, add this to `argod-cm` ConfigMap:
For `argocd-cm` ConfigMap configured plugins, add this to `argocd-cm` ConfigMap:
```yaml
configManagementPlugins: |
- name: argocd-vault-plugin-helm
Expand Down Expand Up @@ -139,7 +139,7 @@ Helm args must be defined in the application manifest:
##### With an inline values file
Alternatively, if you'd like to use values inline in your application manifest (similar to the ArgoCD CLI's `--values-literal-file` option), you can create a plugin like this (note the use of `bash` instead of `sh` here):

For `argocd-cm` ConfigMap configured plugins, add this to `argod-cm` ConfigMap:
For `argocd-cm` ConfigMap configured plugins, add this to `argocd-cm` ConfigMap:
```yaml
configManagementPlugins: |
- name: argocd-vault-plugin-helm
Expand Down Expand Up @@ -200,7 +200,7 @@ Then you can define your Helm values inline in your application manifest:
If you want to use Kustomize along with argocd-vault-plugin, use the instructions matching your [plugin installation method](../installation).


For `argocd-cm` ConfigMap configured plugins, add this to `argod-cm` ConfigMap:
For `argocd-cm` ConfigMap configured plugins, add this to `argocd-cm` ConfigMap:
```yaml
configManagementPlugins: |
- name: argocd-vault-plugin-kustomize
Expand Down Expand Up @@ -237,7 +237,7 @@ For sidecar configured plugins, add this to `cmp-plugin` ConfigMap, and then [ad
If you want to use Jsonnet along with argocd-vault-plugin, use the instructions matching your [plugin installation method](../installation).


For `argocd-cm` ConfigMap configured plugins, add this to `argod-cm` ConfigMap:
For `argocd-cm` ConfigMap configured plugins, add this to `argocd-cm` ConfigMap:

```yaml
configManagementPlugins: |
Expand Down