Skip to content

Commit

Permalink
Recover "awsregion" parameter for registry-cred addon
Browse files Browse the repository at this point in the history
It seems the "awsregion" parameter was removed in 8ba6f47 (kubernetes#1711) unexpectedly.
It caused making incorrect awsecr-cred with unexpected aws region.
  • Loading branch information
dragon3 committed Aug 25, 2017
1 parent 3a0d03f commit 6daef73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/addons/registry-creds/registry-creds-rc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ spec:
secretKeyRef:
name: registry-creds-ecr
key: aws-assume-role
- name: awsaccount
- name: awsregion
valueFrom:
secretKeyRef:
name: registry-creds-ecr
key: aws-account
key: aws-region
- name: DOCKER_PRIVATE_REGISTRY_PASSWORD
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit 6daef73

Please sign in to comment.