Commit 14244e7
authored
fix: report resolve references errors for
Issue [#2641](aws-controllers-k8s/community#2641)
Description of changes:
Currently we have been ignoring `ResolveReferences` errors for all
adoptions and readOnly.
Ignoring the error for `adopt-or-create` is an antipattern, since we want
to ensure users are aware of these issues.
In the case of `adopt`, since the spec will fully be rewritten, we would
not need to resolve references at all.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.adopt-or-create (#206)1 parent fb8736c commit 14244e7
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
427 | 427 | | |
428 | 428 | | |
429 | 429 | | |
430 | | - | |
431 | | - | |
| 430 | + | |
| 431 | + | |
432 | 432 | | |
433 | 433 | | |
434 | 434 | | |
| |||
0 commit comments