Skip to content

Commit

Permalink
chore: regenerated plugin docs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 23, 2023
1 parent a18dba7 commit 89c6040
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
5 changes: 4 additions & 1 deletion content/en/v3/develop/reference/jx/secret/convert/_index.md
Expand Up @@ -2,7 +2,7 @@
title: jx secret convert
linktitle: convert
type: docs
description: "Converts all Secret resources in the path to ExternalSecret resources so they can be checked into git ***Aliases**: secretmappings,sm,secretmapping*"
description: "Converts Secret resources in the path to ExternalSecret resources so they can be checked into git ***Aliases**: secretmappings,sm,secretmapping*"
aliases:
- jx-secret_convert
---
Expand Down Expand Up @@ -32,7 +32,10 @@ Converts all Secret resources in the path to ExternalSecret resources so they ca
-d, --dir string the directory to look for the secret mapping files and version stream (default ".")
--helm-secrets-dir string the directory where the helm secrets live with a folder per namespace and a file with a '.yaml' extension for each secret name. Defaults to $JX_HELM_SECRET_FOLDER
-h, --help help for convert
--invert-selector inverts the effect of selector to exclude resources matched by selector
--log-level string Sets the logging level. If not specified defaults to $JX_LOG_LEVEL
--selector stringToString adds Kubernetes label selector to filter on, e.g. --selector app=pusher-wave,heritage=Helm (default [])
--selector-target string sets which path in the Kubernetes resources to select on instead of metadata.labels.
--source-dir string the source directory to recursively look for the *.yaml or *.yml files to convert. If not specified defaults to 'config-root' in the dir
-m, --vault-mount-point string the vault authentication mount point (default "kubernetes")
-r, --vault-role string the vault role that will be used to fetch the secrets. This role will need to be bound to kubernetes-external-secret's ServiceAccount; see Vault's documentation: https://www.vaultproject.io/docs/auth/kubernetes.html (default "jx-vault")
Expand Down
15 changes: 8 additions & 7 deletions content/en/v3/develop/reference/jx/secret/edit/_index.md
Expand Up @@ -30,13 +30,14 @@ Edits secret values in the underlying secret stores for ExternalSecrets
### Options

```
--all for interactive mode do you want to select all of the properties to edit by default. Otherwise none are selected and you choose to select the properties to change
-d, --dir string the directory to look for the .jx/secret/mapping/secret-mappings.yaml file (default ".")
-f, --filter string filter on the Secret / ExternalSecret names to enter
-h, --help help for edit
-i, --interactive interactive mode asks the user for the Secret name and the properties to edit
-m, --multiple for interactive mode do you want to select multiple secrets to edit. If not defaults to just picking a single secret
-n, --ns string the namespace to filter the ExternalSecret resources
--all for interactive mode do you want to select all of the properties to edit by default. Otherwise none are selected and you choose to select the properties to change
-d, --dir string the directory to look for the .jx/secret/mapping/secret-mappings.yaml file (default ".")
--external-vault string specify whether we are using external vault or not
-f, --filter string filter on the Secret / ExternalSecret names to enter
-h, --help help for edit
-i, --interactive interactive mode asks the user for the Secret name and the properties to edit
-m, --multiple for interactive mode do you want to select multiple secrets to edit. If not defaults to just picking a single secret
-n, --ns string the namespace to filter the ExternalSecret resources
```


Expand Down

0 comments on commit 89c6040

Please sign in to comment.