upmc-enterprises / registry-creds

Allow for AWS ECR, Google Registry, & Azure Container Registry credentials to be refreshed inside your Kubernetes cluster via ImagePullSecrets
Other
344 stars 124 forks source link

Fix aws-assume-role reference #69

Closed wichert closed 5 years ago

wichert commented 6 years ago

Currently the pod fails to launch because it tries to find a aws_assume_role secret:

  Warning  Failed       2m (x4 over 3m)          kubelet, node3     Error: Couldn't find key aws_assume_role in Secret kube-system/registry-creds-ecr

The secret name is spelled with dashes instead of underscores. This PR updated the rc spec to use the right spelling.