File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ output "eks_kubectl_console_config" {
103103output "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
108109output "eks_cluster_id" {
Original file line number Diff line number Diff line change @@ -24,4 +24,4 @@ metrics:
2424sources :
2525 - service
2626 - ingress
27- - istio-virtualservice
27+ # - istio-virtualservice
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ variable "oauth2_proxy_version" {
3636# External DNS
3737variable "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
You can’t perform that action at this time.
0 commit comments