1
0
mirror of synced 2026-02-06 10:55:56 +00:00

Add decryption flags to create kustomization cmd

This commit is contained in:
stefanprodan
2020-09-06 13:56:56 +03:00
parent 36ba8f0fcb
commit 8b6995e9ec
3 changed files with 36 additions and 14 deletions

View File

@@ -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)