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

Add target namespace to create ks cmd

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2020-11-07 14:01:40 +02:00
parent 1df45e4857
commit 9f7835d818
2 changed files with 6 additions and 2 deletions

View File

@@ -55,6 +55,7 @@ flux create kustomization [name] [flags]
--sa-name string service account name
--sa-namespace string service account namespace
--source kustomizationSource source that contains the Kubernetes manifests in the format '[<kind>/]<name>',where kind can be one of: (GitRepository, Bucket), if kind is not specified it defaults to GitRepository
--target-namespace string overrides the namespace of all Kustomization objects reconciled by this Kustomization
--validation string validate the manifests before applying them on the cluster, can be 'client' or 'server'
```