Tobias Bradtke
fd486c1f23
Fix indentation
2021-03-24 22:29:31 +01:00
Jeff Regan
831f99c95b
Merge pull request #3715 from natasha41575/SpeedUpCustomParsing
...
Speed up custom parsing
2021-03-15 22:26:27 -07:00
Natasha Sarkar
2f6a611e62
add example of using custom schema
2021-03-15 18:08:12 -07:00
Johan Hansson
c81b5bd3c2
updated formatting
2021-03-14 21:49:23 +01:00
Piyush Gupta
16a49c50c4
Update README.md
2021-01-28 09:17:39 +09:00
Piyush Gupta
a6f29f2bf7
Update README.md
2021-01-28 09:17:10 +09:00
Piyush Gupta
22fcf3b3fa
Update README.md
2021-01-28 09:16:28 +09:00
Piyush Gupta
a31b846fa5
Update README.md
2021-01-28 09:10:59 +09:00
Piyush Gupta
5059033b13
Update README.md
...
Fixed the typo #
2021-01-21 22:41:54 +09:00
Fabian Wolter
a315eb56ec
Fix typo
2020-12-27 20:11:30 +01:00
Jeff Regan
401118728a
Update kustomization.yaml
2020-12-10 14:20:36 -08:00
Yujun Zhang
32a2f5ffa9
Fix test against examples
...
Tests in examples.remoteBuild.md were skipped unexpectedly
2020-11-20 20:10:07 +08:00
Donny Xia
04d133a66f
re-enable test for edit patch add
2020-11-05 12:06:06 -08:00
Donny Xia
be8d2fe016
Merge pull request #3161 from mikebz/mb_remove_travis
...
removing travis references
2020-11-03 11:15:58 -08:00
Mike Borozdin
072ae36fe6
removing travis references
2020-11-03 10:04:42 -08:00
Donny Xia
d2c7db6ca0
update chart examples
2020-11-02 11:03:31 -08:00
Donny Xia
e75d4fc87d
convert helm inflator to builtin plugin
2020-10-30 23:18:54 -07:00
Ilya Kaznacheev
9ac97ef91f
Add better configMap cleanup descripion
2020-10-29 01:50:45 +03:00
Donny Xia
9aafc61c5b
disable edit add patch command tests temporarily
2020-10-28 12:24:51 -07:00
Donny Xia
bb77a7c86d
refactor edit remove patch
2020-10-21 18:48:53 -07:00
Donny Xia
f38cc4446b
Remove the lines about config save command
2020-10-05 11:29:02 -07:00
Donny Xia
74d0d7960e
add option to choose prepend/append in merge
2020-10-02 09:56:59 -07:00
Daniel (ht)
fb822984e3
fix “chart s” to “charts ”
...
fix “chart s” to “charts ”
2020-09-01 16:24:49 +08:00
Donny Xia
740ec39dd8
Temporarily disable hash result check in configGeneration.md to pass test
2020-08-05 11:59:13 -07:00
Donny Xia
083dccfe91
Update hash result in tests
2020-08-05 11:59:13 -07:00
jregan
5a0228629f
Switch kustomize to api/v0.5.0
2020-07-04 19:45:45 -07:00
wangyeyu
4ceddaa8f4
kubernetes api
2020-06-30 14:19:27 +08:00
wangyeyu
9e64ac5315
help doc
2020-06-30 14:12:20 +08:00
Jeff Regan
ff79bd0b31
Merge pull request #2613 from Shell32-Natsu/validator
...
Introduce `validators` field in kustomization file
2020-06-19 14:49:44 -07:00
Ioannis Androulidakis
e77d1a881f
Revamp the components example
...
Standardize on `patchesStrategicMerge` and `patchesJSON6902` instead of
`patches` in kustomization files.
Also, add example commands to create local input files for existing
SecretGenerators.
Signed-off-by: Ioannis Androulidakis <ioannis@arrikto.com >
2020-06-19 14:37:39 +03:00
Ioannis Androulidakis
343b938c73
Remove WIP from components example
...
Signed-off-by: Ioannis Androulidakis <ioannis@arrikto.com >
2020-06-19 14:37:39 +03:00
Donny Xia
7e2d3ff5ab
Reuse tansformer codes
2020-06-18 12:18:37 -07:00
Donny Xia
160485ef19
Add examples to validators
2020-06-17 14:44:59 -07:00
Donny Xia
a7af7df9cb
Add a note for go-getter
2020-05-28 10:15:19 -07:00
Alex Pyrgiotis
589f274493
Mark components example as WIP
...
Since the required implementation for the components example has not
been merged yet, we must inform the users that this example is a work in
progress.
Signed-off-by: Alex Pyrgiotis <apyrgio@arrikto.com >
2020-05-22 08:29:18 +00:00
Jeff Regan
765a4888df
Merge pull request #2438 from apyrgio/feature-components-docs
...
Kustomize API Proposal: Add an example with components
2020-05-18 16:37:45 -07:00
Alex Pyrgiotis
e1087cdfbc
Add a configMapGenerator to the example
...
Slightly alter the reCAPTCHA component to use a `configMapGenerator`,
instead of patching the base `ConfigMap` as in the rest of the
components, to show that this is supported as well.
2020-05-15 18:00:09 +00:00
Alex Pyrgiotis
844824e8e9
Incorporate the "components" suggestion
...
Incorporate the suggestion of the separate "components" field, that will
hold references to resources of `Component` kind. Also, add a missing
reference to the base, in the Kustomization files of the variants.
2020-05-15 15:04:17 +00:00
Alex Pyrgiotis
8d8773fc0e
Add some missing overlay fields
2020-05-15 15:01:56 +00:00
jregan
ee2228c5fc
Test kustomize examples against head in prow presubmit.
2020-05-14 21:17:13 -07:00
jregan
f247955942
Fix mkdir -p problem in example
2020-05-14 17:07:02 -07:00
Ioannis Androulidakis
6951623dd0
Rename KustomizationPatch to Component
...
The main change in this commit is that we rename the
`KustomizationPatch` kind to `Component`, and use the appropriate group
and API version (`kustomize.config.k8s.io/v1alpha1`).
2020-05-14 14:11:47 +00:00
Jeff Regan
a1def720cc
Update valueAdd.md
2020-05-13 17:02:12 -07:00
Jeff Regan
99933bf571
Update valueAdd.md
2020-05-13 16:38:16 -07:00
Alex Pyrgiotis
5884290fff
Set API version of KustomizationPatch to v1alpha1
...
Rename all `KustomizationPatch` instances to
`v1alpha1/KustomizationPatch`, to reflect that it's an alpha feature.
2020-05-13 14:05:30 +00:00
Ioannis Androulidakis
0152dbb0dc
Extend example with components
...
Describe in more detail the solution with stock kustomize variants to
better showcase the benefits of kustomize components.
Plus, revamp certain parts of the example with minor fixes.
2020-05-13 13:58:55 +00:00
Jeff Regan
ec96854186
Merge pull request #2449 from mcristina422/patch-1
...
add missing required key in example
2020-05-12 10:33:00 -07:00
Jeff Regan
f8ef55eeac
Update valueAdd.md
2020-05-11 10:56:49 -07:00
jregan
e54455705d
ValueAddTransformer
2020-05-10 17:49:46 -07:00
Michael Cristina
a3fba0cb07
add missing required key in example
2020-05-09 10:11:14 -05:00