mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-19 10:15:43 +00:00
Add decryption flags to create kustomization cmd
This commit is contained in:
parent
36ba8f0fcb
commit
8b6995e9ec
3 changed files with 36 additions and 14 deletions
|
|
@ -48,6 +48,8 @@ gotk create kustomization [name] [flags]
|
|||
### Options
|
||||
|
||||
```
|
||||
--decryption-provider string enables secrets decryption, provider can be 'sops'
|
||||
--decryption-secret string set the Kubernetes secret name that contains the OpenPGP private keys used for sops decryption
|
||||
--depends-on stringArray Kustomization that must be ready before this Kustomization can be applied
|
||||
--health-check stringArray workload to be included in the health assessment, in the format '<kind>/<name>.<namespace>'
|
||||
--health-check-timeout duration timeout of health checking operations (default 2m0s)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue