Kubernetes - Secrets
You have this ExternalSecret YAML snippet:
spec:
secretStoreRef:
name: aws-secret-store
data:
- key: myapp/api-key
name: apiKey
The ExternalSecret controller fails to sync. What is the most likely cause?