Karina seal
karina seal¶
Seal a secret using sealed-secrets
karina seal [flags]
Options¶
-o, --format string Output format for sealed secret. Either json or yaml (default "yaml")
--from-file strings (only with --raw) Secret items can be sourced from files. Pro-tip: you can use /dev/stdin to read pipe input. This flag tries to follow the same syntax as in kubectl
-h, --help help for seal
--merge-into string Merge items from secret into an existing sealed secret file, updating the file in-place instead of writing to stdout.
--name string Name of the sealed secret (required with --raw and default (strict) scope)
--re-encrypt Re-encrypt the given sealed secret to use the latest cluster key.
Options inherited from parent commands¶
-c, --config stringArray Path to config file (default [karina.yml])
--dry-run Don't apply any changes, print what would have been done
-e, --extra stringArray Extra arguments to apply e.g. -e ldap.domain=example.com
--in-cluster Use in cluster kubernetes config
--kubeconfig string Specify a kubeconfig to use, if empty a new kubeconfig is generated from master CA's at runtime
-v, --loglevel count Increase logging level
--prune Delete previously enabled resources (default true)
--skip-decrypt Skip any phases requiring decryption
--trace Print out generated specs and configs
SEE ALSO¶
- karina -