Jeffrey Regan
51bbf57e95
Tweak documentation on directive.
2019-01-23 17:23:29 -08:00
Jeff Regan
3e4ec3a12c
Merge pull request #715 from narg95/feature/add-images-docu
...
add 'images' documentation
2019-01-23 15:07:48 -08:00
Nestor
62d096e57d
add 'images' documentation
...
deprecate 'imageTags' documentation
2019-01-23 09:32:04 +01:00
Kubernetes Prow Robot
077d554b76
Merge pull request #712 from monopole/readmeFix
...
Add bug writing instructions to README.
2019-01-22 13:28:12 -08:00
Jeffrey Regan
d4b90c8f4e
Add bug writing instructions to README.
2019-01-22 11:30:55 -08:00
Jingfang Liu
fed8195eb2
add apiversion and kind to docs/kustomization.yaml
2019-01-22 11:02:35 -08:00
jregan
78bac973f7
Add sed-like behavior to the eschewed feature list.
2019-01-17 16:38:41 -08:00
Jingfang Liu
2fa4a34589
replace commands/envcommand by DataSource in SecretGenerator
2019-01-16 11:17:34 -08:00
Jingfang Liu
6f566d7a38
Revert "add apiVersion and kind to docs and examples" ( #653 )
2018-12-20 15:19:39 -08:00
Jingfang Liu
819b2e99d0
add apiVersion and kind to docs/kustomization.yaml
2018-12-18 11:00:50 -08:00
Andy Repton
3b9cd6bedd
Tiny but noticeable typo fix
2018-12-13 18:26:53 +01:00
luktom
6ad5d9f55b
Add namespace for config map and secret generators
2018-12-05 11:36:23 +01:00
zoncoen
59df8a0dda
update docs, examples, comments
2018-11-29 22:29:52 +09:00
Jeff Regan
fdf78b1d7d
Merge pull request #501 from Liujingfang1/generatoroptions
...
Add example for generatorOptions
2018-11-07 10:55:30 -08:00
Tom Wieczorek
57a5fa593c
Update default var reference link
...
It has moved recently.
2018-11-05 18:15:04 +01:00
Jingfang Liu
4827d9984f
Add example for generatorOptions
2018-10-30 13:53:26 -07:00
jregan
a5f56027b5
Improve kustomization.go comments.
2018-10-17 14:24:20 -07:00
Yann
2d26d95a98
fix indent
2018-10-11 09:16:14 +02:00
Yann
5745d030fb
Add literals in configMapGenerator example
2018-10-11 09:14:06 +02:00
Jeffrey Regan
3fe047f79c
Update ptrs to DAM doc.
2018-10-10 16:16:15 -07:00
jregan
6d935b6a4a
Fix some Go nits.
2018-09-28 18:08:36 -07:00
Jeff Regan
8ef87309a2
Merge pull request #315 from nikhita/fix-template-files
...
Move template files from docs/ to root
2018-09-27 09:30:33 -07:00
theShirbiny
c614f4b5de
missing : after patchesJson6902
2018-09-24 17:55:32 +02:00
Gregory Haynes
ce3daf254f
Update install doc to use sigs.k8s.io
...
When using go get github.com/kubernetes-sigs/kustomize running kustomize
panics with 'log_dir redefined'.
2018-09-18 19:03:06 +00:00
Alexandr Burdiyan
5401bd367b
Implement support for digests in imageTags
...
This commit adds a new field to imageTags transformer
so that digests can be used instead of image tags if needed.
Closes https://github.com/kubernetes-sigs/kustomize/issues/326
2018-09-10 11:21:53 +02:00
Jingfang Liu
1c616b1962
Add examples and docs for patchesJson6902
2018-09-07 11:55:12 -07:00
Nikhita Raghunath
cdb78cbdd3
Move template files from docs/ to root
2018-09-01 20:22:22 +05:30
Jeffrey Regan
cdbd83a645
Fix some busted documentation links.
2018-08-31 17:05:32 -07:00
Jeffrey Regan
da142a8e97
Move some docs to docs dir (declutter the top).
2018-08-23 11:33:12 -07:00
Jeffrey Regan
5fa209acfa
Tweak docs readme
2018-08-22 12:20:13 -07:00
Jingfang Liu
b29e449d4a
Add docs README.md
2018-08-22 09:05:54 -07:00
Jingfang Liu
759ba1cbf4
Add example for kustomize build {url}
2018-08-20 09:52:32 -07:00
Seth Pollack
42e6ced2b0
add docs
2018-08-14 20:55:26 -04:00
Ivan Shvedunov
f9a0e671b7
Add timeoutSeconds to secretArgs
2018-08-14 22:55:59 +03:00
Jeffrey Regan
083d3cbb65
More description of eschewed features
2018-07-31 11:48:36 -07:00
Jeffrey Regan
37e97084f9
Eschew globbing doc
2018-07-30 16:57:16 -07:00
Jeffrey Regan
02f9329747
Enumerate eschewed features in docs
2018-07-30 14:56:20 -07:00
Jingfang Liu
838a766d12
Add docs and demo for imageTags
2018-07-23 16:35:04 -07:00
Rio Kierkels
afbc1b0401
docs(vars): add some docs explaining the usage and limitations of vars
2018-07-11 10:43:11 +02:00
guineveresaenger
54e8a014bc
Adds example for secret download using curl
...
It is possible to download secrets from web locations, as the command subfield can execute any terminal command specified.
This is a useful feature that should be highlighted.
2018-06-25 16:39:29 -07:00
Jingfang Liu
4f05482e00
Add support for CRDs
2018-06-11 21:52:13 -07:00
Seth Pollack
fa8d6f08e2
add namespace to the doc
2018-06-08 12:47:52 -04:00
Jeffrey Regan
1583486546
base overlay notes
2018-05-24 17:07:19 -07:00
Jeffrey Regan
5a54c96203
update readmes
2018-05-24 14:13:10 -07:00
Jeffrey Regan
d9b422cc54
Update README with file layout
2018-05-23 10:05:11 -07:00
Jeffrey Regan
00e52095d6
Update workflow doc
2018-05-22 16:53:07 -07:00
Jeffrey Regan
8f3fe7d4bd
betterFigs
2018-05-22 12:21:02 -07:00
Jeffrey Regan
920f53853b
use variant in figure
2018-05-22 12:14:33 -07:00
Jeff Regan
954a452f25
Merge pull request #469 from AdamDang/patch-3
...
Typo fix: cluser->cluster
2018-05-11 13:31:42 -07:00
Jeffrey Regan
3503fef7a7
updateFig2
2018-05-08 12:25:43 -07:00