Skip to content

Commit

Permalink
Merge pull request #8432 from zalando-incubator/kube2iam-default-region
Browse files Browse the repository at this point in the history
Set AWS_DEFAULT_REGION for kube2iam
  • Loading branch information
mikkeloscar authored Oct 22, 2024
2 parents 935a495 + dddc2a3 commit bf44637
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cluster/manifests/kube2iam/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ spec:
- --verbose
- --node=$(NODE_NAME)
env:
- name: AWS_DEFAULT_REGION
value: "{{.Cluster.Region}}"
- name: NODE_NAME
valueFrom:
fieldRef:
Expand Down

0 comments on commit bf44637

Please sign in to comment.