Commit 0b5dc38
authored
Add missing Kustomize env vars (#306)
Fixes aws-controllers-k8s/community#1224
Description of changes:
The environment variables being passed to the deployment in the generated Kustomization are not up-to-date with the [Helm chart](https://github.com/aws-controllers-k8s/code-generator/blob/7052f6808b237f97a2000e4c4f296b9ed2a0d7c0/templates/helm/templates/deployment.yaml#L66-L82). This pull request adds each of the environment variables with the same default values as the ones supplied in `values.yaml`.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.1 parent 7052f68 commit 0b5dc38
1 file changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| |||
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
56 | 70 | | |
57 | 71 | | |
58 | 72 | | |
| |||
0 commit comments