From 3949ee156bdbe3cf4f5f63ce181499961d39777a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Heleno?= Date: Tue, 27 Feb 2024 13:12:31 +0100 Subject: [PATCH 1/2] fix: remove legacy ingress annotations The SSL redirection is no longer defined by these annotations, I think this is a leftover from ancient code. The HTTP -> HTTPS redirection is handled natively by the Traefik module and is enabled by default (a variable is available to deactivate it if necessary). --- locals.tf | 2 -- 1 file changed, 2 deletions(-) diff --git a/locals.tf b/locals.tf index 10c7694..f15a37d 100644 --- a/locals.tf +++ b/locals.tf @@ -59,8 +59,6 @@ locals { "cert-manager.io/cluster-issuer" = "${var.cluster_issuer}" "traefik.ingress.kubernetes.io/router.entrypoints" = "websecure" "traefik.ingress.kubernetes.io/router.tls" = "true" - "ingress.kubernetes.io/ssl-redirect" = "true" - "kubernetes.io/ingress.allow-http" = "false" } } grafana_dashboard = { From c19ba6dd8400e39ea69207139f522b5886c3a4c7 Mon Sep 17 00:00:00 2001 From: lentidas Date: Tue, 27 Feb 2024 16:18:02 +0000 Subject: [PATCH 2/2] docs(terraform-docs): generate docs and write to README.adoc --- README.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.adoc b/README.adoc index 80043f1..aafbdf3 100644 --- a/README.adoc +++ b/README.adoc @@ -216,12 +216,12 @@ The following providers are used by this module: - [[provider_random]] <> (>= 3) -- [[provider_null]] <> - - [[provider_utils]] <> (>= 1) - [[provider_argocd]] <> (>= 5) +- [[provider_null]] <> + === Resources The following resources are used by this module: @@ -299,7 +299,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v3.2.1"` +Default: `"v3.3.0"` ==== [[input_helm_values]] <> @@ -588,9 +588,9 @@ Description: ID to pass other modules in order to refer to this module as a depe |=== |Name |Version |[[provider_random]] <> |>= 3 +|[[provider_null]] <> |n/a |[[provider_utils]] <> |>= 1 |[[provider_argocd]] <> |>= 5 -|[[provider_null]] <> |n/a |=== = Resources @@ -656,7 +656,7 @@ Description: ID to pass other modules in order to refer to this module as a depe |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v3.2.1"` +|`"v3.3.0"` |no |[[input_helm_values]] <>