fix misplaced quotes
Signed-off-by: Boris Kreitchman <bkreitch@gmail.com>
This commit is contained in:
@@ -53,12 +53,12 @@ flux build kustomization my-app --path ./path/to/local/manifests \
|
|||||||
# Exclude files by providing a comma separated list of entries that follow the .gitignore pattern fromat.
|
# Exclude files by providing a comma separated list of entries that follow the .gitignore pattern fromat.
|
||||||
flux build kustomization my-app --path ./path/to/local/manifests \
|
flux build kustomization my-app --path ./path/to/local/manifests \
|
||||||
--kustomization-file ./path/to/local/my-app.yaml \
|
--kustomization-file ./path/to/local/my-app.yaml \
|
||||||
--ignore-paths "/to_ignore/**/*.yaml,ignore.yaml
|
--ignore-paths "/to_ignore/**/*.yaml,ignore.yaml"
|
||||||
|
|
||||||
# Run recursively on all encountered Kustomizations
|
# Run recursively on all encountered Kustomizations
|
||||||
flux build kustomization my-app --path ./path/to/local/manifests \
|
flux build kustomization my-app --path ./path/to/local/manifests \
|
||||||
--recursive \
|
--recursive \
|
||||||
--local-sources GitRepository/flux-system/my-repo=./path/to/local/git"`,
|
--local-sources GitRepository/flux-system/my-repo=./path/to/local/git`,
|
||||||
ValidArgsFunction: resourceNamesCompletionFunc(kustomizev1.GroupVersion.WithKind(kustomizev1.KustomizationKind)),
|
ValidArgsFunction: resourceNamesCompletionFunc(kustomizev1.GroupVersion.WithKind(kustomizev1.KustomizationKind)),
|
||||||
RunE: buildKsCmdRun,
|
RunE: buildKsCmdRun,
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -44,12 +44,12 @@ flux diff kustomization my-app --path ./path/to/local/manifests \
|
|||||||
# Exclude files by providing a comma separated list of entries that follow the .gitignore pattern fromat.
|
# Exclude files by providing a comma separated list of entries that follow the .gitignore pattern fromat.
|
||||||
flux diff kustomization my-app --path ./path/to/local/manifests \
|
flux diff kustomization my-app --path ./path/to/local/manifests \
|
||||||
--kustomization-file ./path/to/local/my-app.yaml \
|
--kustomization-file ./path/to/local/my-app.yaml \
|
||||||
--ignore-paths "/to_ignore/**/*.yaml,ignore.yaml
|
--ignore-paths "/to_ignore/**/*.yaml,ignore.yaml"
|
||||||
|
|
||||||
# Run recursively on all encountered Kustomizations
|
# Run recursively on all encountered Kustomizations
|
||||||
flux diff kustomization my-app --path ./path/to/local/manifests \
|
flux diff kustomization my-app --path ./path/to/local/manifests \
|
||||||
--recursive \
|
--recursive \
|
||||||
--local-sources GitRepository/flux-system/my-repo=./path/to/local/git"`,
|
--local-sources GitRepository/flux-system/my-repo=./path/to/local/git`,
|
||||||
ValidArgsFunction: resourceNamesCompletionFunc(kustomizev1.GroupVersion.WithKind(kustomizev1.KustomizationKind)),
|
ValidArgsFunction: resourceNamesCompletionFunc(kustomizev1.GroupVersion.WithKind(kustomizev1.KustomizationKind)),
|
||||||
RunE: diffKsCmdRun,
|
RunE: diffKsCmdRun,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user