Commit 2e91b85
authored
updating olm kustomize to remove default values from env (#315)
Issue #, if available:
- Fixes: aws-controllers-k8s/community#1238
Description of changes:
Updating the olm kustomize file to go back to previous state before default values were added into the `env` section of the `deployment.yaml.tpl`. Ideally it would be best to be able to keep these defaults, but even moving everything into the `env` and away from the `envFrom` did not work properly in a cluster, so I feel this is the best option that we have.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Signed-off-by: Adam D. Cornett <adc@redhat.com>1 parent c6b852a commit 2e91b85
1 file changed
+19
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
3 | 21 | | |
4 | | - | |
| 22 | + | |
0 commit comments