amazon-archives/aws-service-operator

configMaps in additionalResources of DynamoDB remains blank

SatoruItaya opened this issue · 0 comments

$ kubectl logs frontend-c9fdf868f-nzh9w
Got error calling PutItem:
ResourceNotFoundException: Requested resource not found
	status code: 400, request id: DIVAFAF9LQD0H4ATP1GTKK3LSFVV4KQNSO5AEMVJF66Q9ASUAAJG
$ kubectl get  DynamoDB dynamo-table -o yaml | yq '.additionalResources'
{
  "configMaps": [
    ""
  ]
}