Zack Brenton
Zack Brenton
### Description This fixes the same issue that previously existed with `OpenSearchIndexTemplate` resources (#731), which was fixed in #727 but did not apply the fix to `OpenSearchComponentTemplate` resources. ### Issues...
### Description This allows using a [projected volume](https://kubernetes.io/docs/concepts/storage/projected-volumes/) under `spec.general.additionalVolumes`. My specific use case is to allow using a `serviceAccountToken` mount to enable [AWS IAM Roles for service accounts](https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html) on...
### What is the bug? `OpenSearchComponentTemplate` resources are constantly reconciled. I suspect the issue is a difference in the sorting order for fields in the CRD compared to what is...