forked from argoproj-labs/argocd-vault-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
This is a plugin to replace <wildcards\> with Vault secrets | ||
|
||
``` | ||
argocd-vault-plugin [flags] | ||
``` | ||
|
||
### Options | ||
``` | ||
-h, --help help for version | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [argocd-vault-plugin generate](generate.md) - Generate manifests from templates with Vault values | ||
* [argocd-vault-plugin version](version.md) - Print version information |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Generate manifests from templates with Vault values | ||
|
||
``` | ||
argocd-vault-plugin generate PATH [flags] | ||
``` | ||
|
||
### Options | ||
``` | ||
-c, --config-path string path to a file containing Vault configuration (YAML, JSON, envfile) to use | ||
-h, --help help for generate | ||
-s, --secret-name string name of a Kubernetes Secret containing Vault configuration data in the argocd namespace of your ArgoCD host (Only available when used in ArgoCD) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [argocd-vault-plugin](avp.md) - replace <wildcards\> with Vault secrets |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Print argocd-vault-plugin version information | ||
|
||
``` | ||
argocd-vault-plugin version [flags] | ||
``` | ||
|
||
### Options | ||
``` | ||
-h, --help help for version | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [argocd-vault-plugin](avp.md) - replace <wildcards\> with Vault secrets |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters