Skip to content

Commit

Permalink
Merge pull request #8555 from rifelpet/aws-iam-authenticator-scratch
Browse files Browse the repository at this point in the history
Switch AWS IAM Authenticator to use non-scratch image
  • Loading branch information
k8s-ci-robot authored Feb 14, 2020
2 parents f68a223 + cd34cf4 commit 721ed47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ spec:
# - output (output kubeconfig to plug into your apiserver configuration, mounted from the host)
containers:
- name: aws-iam-authenticator
image: {{ or .Authentication.Aws.Image "602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon/aws-iam-authenticator:v0.5.0-scratch" }}
image: {{ or .Authentication.Aws.Image "602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon/aws-iam-authenticator:v0.5.0-debian-stretch" }}
args:
- server
- --config=/etc/aws-iam-authenticator/config.yaml
Expand Down

0 comments on commit 721ed47

Please sign in to comment.