Skip to content

Commit

Permalink
fix: kiam whitelist for cni metrics helper
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiFleKs committed Sep 9, 2019
1 parent 4c4c0d0 commit bf93749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/eks-addons/kiam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ agent:
hostPath: /etc/pki/ca-trust/extracted/pem
readOnly: true
tolerations: ${var.kiam["server_use_host_network"] ? "[{'operator': 'Exists'}]" : "[]"}
whiteListRouteRegexp: "/latest/dynamic/instance-identity/document"
whiteListRouteRegexp: "^(/latest/dynamic/instance-identity/document|/latest/meta-data/placement/availability-zone)$"
server:
service:
targetPort: 11443
Expand Down

0 comments on commit bf93749

Please sign in to comment.