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

Adjustments to support new sa name in kustomize

Supporting changes in fluxcd/kustomize-controller#180

Signed-off-by: Aurel Canciu <aurelcanciu@gmail.com>
This commit is contained in:
Aurel Canciu
2020-11-20 13:34:02 +02:00
parent 2a789ec705
commit 53a1db0703
2 changed files with 2 additions and 8 deletions

View File

@@ -53,7 +53,6 @@ flux create kustomization [name] [flags]
--path string path to the directory containing the Kustomization file (default "./")
--prune enable garbage collection
--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'