File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,12 +53,12 @@ flux build kustomization my-app --path ./path/to/local/manifests \
53
53
# Exclude files by providing a comma separated list of entries that follow the .gitignore pattern fromat.
54
54
flux build kustomization my-app --path ./path/to/local/manifests \
55
55
--kustomization-file ./path/to/local/my-app.yaml \
56
- --ignore-paths "/to_ignore/**/*.yaml,ignore.yaml
56
+ --ignore-paths "/to_ignore/**/*.yaml,ignore.yaml"
57
57
58
58
# Run recursively on all encountered Kustomizations
59
59
flux build kustomization my-app --path ./path/to/local/manifests \
60
60
--recursive \
61
- --local-sources GitRepository/flux-system/my-repo=./path/to/local/git" ` ,
61
+ --local-sources GitRepository/flux-system/my-repo=./path/to/local/git` ,
62
62
ValidArgsFunction : resourceNamesCompletionFunc (kustomizev1 .GroupVersion .WithKind (kustomizev1 .KustomizationKind )),
63
63
RunE : buildKsCmdRun ,
64
64
}
Original file line number Diff line number Diff line change @@ -44,12 +44,12 @@ flux diff kustomization my-app --path ./path/to/local/manifests \
44
44
# Exclude files by providing a comma separated list of entries that follow the .gitignore pattern fromat.
45
45
flux diff kustomization my-app --path ./path/to/local/manifests \
46
46
--kustomization-file ./path/to/local/my-app.yaml \
47
- --ignore-paths "/to_ignore/**/*.yaml,ignore.yaml
47
+ --ignore-paths "/to_ignore/**/*.yaml,ignore.yaml"
48
48
49
49
# Run recursively on all encountered Kustomizations
50
50
flux diff kustomization my-app --path ./path/to/local/manifests \
51
51
--recursive \
52
- --local-sources GitRepository/flux-system/my-repo=./path/to/local/git" ` ,
52
+ --local-sources GitRepository/flux-system/my-repo=./path/to/local/git` ,
53
53
ValidArgsFunction : resourceNamesCompletionFunc (kustomizev1 .GroupVersion .WithKind (kustomizev1 .KustomizationKind )),
54
54
RunE : diffKsCmdRun ,
55
55
}
You can’t perform that action at this time.
0 commit comments