Commit 401c92c
authored
Update kustomize version (#1377)
Summary: We are adding support for a px-k8ssandra demo. As a part of
generating the YAMLs for that demo, we need to use `kustomize` in the
k8ssandra-operator repo. However, our current version of kustomize fails
because it doesn't have `Component` support.
This PR updates kustomize to the latest version, since we have been
behind.
We should also consider updating some of our kustomize files to use the
new component feature:
https://github.com/kubernetes-sigs/kustomize/blob/master/examples/components.md
Relevant Issues: #680
Type of change: /kind cleanup
Test Plan: kustomize build our commonly used kustomize directories
Signed-off-by: Michelle Nguyen <michellenguyen@pixielabs.ai>1 parent ff7906e commit 401c92c
File tree
4 files changed
+9
-9
lines changed- tools/chef/cookbooks/px_dev_extras
- attributes
- recipes
4 files changed
+9
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments