Skip to content

Commit 2800f6f

Browse files
committed
#18 commecnted istio in external-dns, bunped version
1 parent ceb7cad commit 2800f6f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

terraform/layer1-aws/outputs.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ output "eks_kubectl_console_config" {
103103
output "eks_config_map_aws_auth" {
104104
description = "A kubernetes configuration to authenticate to this EKS cluster."
105105
value = module.eks.config_map_aws_auth
106+
sensitive = true
106107
}
107108

108109
output "eks_cluster_id" {

terraform/layer2-k8s/templates/external-dns.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ metrics:
2424
sources:
2525
- service
2626
- ingress
27-
- istio-virtualservice
27+
# - istio-virtualservice

terraform/layer2-k8s/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ variable "oauth2_proxy_version" {
3636
# External DNS
3737
variable "external_dns_version" {
3838
description = "Version of external-dns helm chart"
39-
default = "4.6.0"
39+
default = "4.9.4"
4040
}
4141

4242
# Cert Manager

0 commit comments

Comments
 (0)