Commit fd54e0f
authored
update OLM's manifest/bases/csv generation to use
Issue #, if available:
- Relates: aws-controllers-k8s/community#2019
Description of changes:
Recently `ControllerName` was introduced to allow controllers to have a custom, more user friendly name. This change caused the `/config/manifest/bases/<SPN>.yaml` to be written to disk incorrectly for controllers that use the new `ControllerName` value. This change switches the `/config/manifest/bases/<CN>.yaml` to be written to disk so that OLM file/package generation can complete successfully and all of the proper values injected into the final `/bundle`.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.ControllerName (#506)1 parent d3ac622 commit fd54e0f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
0 commit comments