Commit a6db017
authored
Fix panic updating tags during adoption (#172)
Issue #, if available: [2621](aws-controllers-k8s/community#2621)
Description of changes:
- Retrieve resource ARN from latest instead of desired to avoid panic. Desired ARN is not populated on first update when adopting.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.1 parent ce94cae commit a6db017
File tree
11 files changed
+45
-42
lines changed- apis/v1alpha1
- helm/templates
- pkg/resource
- access_entry
- addon
- cluster
- fargate_profile
- identity_provider_config
- nodegroup
- pod_identity_association
- templates/hooks/addons
11 files changed
+45
-42
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments