jx secret import

Imports a YAML file of secret values

Usage

jx secret import

Synopsis

Imports a YAML of secret values into the underlying secret store

Examples

jx-secret import -f mysecrets.yaml

Options

      --fail-on-unknown-key   should the command fail if a key from the YAML file is unknown
  -f, --file string           the name of the file to import
  -h, --help                  help for import
  -n, --ns string             the namespace to filter the ExternalSecret resources

Source

jenkins-x-plugins/jx-secret


Last modified April 20, 2021: chore: regenerated plugin docs (412f8f1671)