diff --git a/README.adoc b/README.adoc index 567849e8..e93a0c87 100644 --- a/README.adoc +++ b/README.adoc @@ -36,14 +36,14 @@ The following requirements are needed by this module: The following providers are used by this module: -- [[provider_null]] <> (>= 3) - -- [[provider_argocd]] <> (>= 5) - - [[provider_random]] <> (>= 3) - [[provider_utils]] <> (>= 1) +- [[provider_argocd]] <> (>= 5) + +- [[provider_null]] <> (>= 3) + === Resources The following resources are used by this module: @@ -76,6 +76,14 @@ Type: `string` The following input variables are optional (have default values): +==== [[input_subdomain]] <> + +Description: Sub domain of the cluster. Value used for the ingress' URL of the application. + +Type: `string` + +Default: `"apps"` + ==== [[input_argocd_project]] <> Description: Name of the Argo CD AppProject where the Application should be created. If not set, the Application will be created in a new AppProject only for this Application. @@ -106,7 +114,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v3.1.0"` +Default: `"v3.2.0"` ==== [[input_cluster_issuer]] <> @@ -256,6 +264,12 @@ Description: ID to pass other modules in order to refer to this module as a depe |n/a |yes +|[[input_subdomain]] <> +|Sub domain of the cluster. Value used for the ingress' URL of the application. +|`string` +|`"apps"` +|no + |[[input_argocd_project]] <> |Name of the Argo CD AppProject where the Application should be created. If not set, the Application will be created in a new AppProject only for this Application. |`string` @@ -277,7 +291,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.1.0"` +|`"v3.2.0"` |no |[[input_cluster_issuer]] <> diff --git a/aks/README.adoc b/aks/README.adoc index 9a0f8695..a857e818 100644 --- a/aks/README.adoc +++ b/aks/README.adoc @@ -280,6 +280,14 @@ Type: `string` The following input variables are optional (have default values): +==== [[input_subdomain]] <> + +Description: Sub domain of the cluster. Value used for the ingress' URL of the application. + +Type: `string` + +Default: `"apps"` + ==== [[input_argocd_project]] <> Description: Name of the Argo CD AppProject where the Application should be created. If not set, the Application will be created in a new AppProject only for this Application. @@ -310,7 +318,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v3.1.0"` +Default: `"v3.2.0"` ==== [[input_cluster_issuer]] <> @@ -483,6 +491,12 @@ object({ |n/a |yes +|[[input_subdomain]] <> +|Sub domain of the cluster. Value used for the ingress' URL of the application. +|`string` +|`"apps"` +|no + |[[input_argocd_project]] <> |Name of the Argo CD AppProject where the Application should be created. If not set, the Application will be created in a new AppProject only for this Application. |`string` @@ -504,7 +518,7 @@ object({ |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v3.1.0"` +|`"v3.2.0"` |no |[[input_cluster_issuer]] <> diff --git a/eks/README.adoc b/eks/README.adoc index 9fc89d2c..93659b60 100644 --- a/eks/README.adoc +++ b/eks/README.adoc @@ -273,6 +273,14 @@ Type: `string` The following input variables are optional (have default values): +==== [[input_subdomain]] <> + +Description: Sub domain of the cluster. Value used for the ingress' URL of the application. + +Type: `string` + +Default: `"apps"` + ==== [[input_argocd_project]] <> Description: Name of the Argo CD AppProject where the Application should be created. If not set, the Application will be created in a new AppProject only for this Application. @@ -303,7 +311,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v3.1.0"` +Default: `"v3.2.0"` ==== [[input_cluster_issuer]] <> @@ -452,6 +460,12 @@ object({ |n/a |yes +|[[input_subdomain]] <> +|Sub domain of the cluster. Value used for the ingress' URL of the application. +|`string` +|`"apps"` +|no + |[[input_argocd_project]] <> |Name of the Argo CD AppProject where the Application should be created. If not set, the Application will be created in a new AppProject only for this Application. |`string` @@ -473,7 +487,7 @@ object({ |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v3.1.0"` +|`"v3.2.0"` |no |[[input_cluster_issuer]] <> diff --git a/kind/README.adoc b/kind/README.adoc index 6d27a4f6..2ef6af27 100644 --- a/kind/README.adoc +++ b/kind/README.adoc @@ -207,6 +207,14 @@ Type: `string` The following input variables are optional (have default values): +==== [[input_subdomain]] <> + +Description: Sub domain of the cluster. Value used for the ingress' URL of the application. + +Type: `string` + +Default: `"apps"` + ==== [[input_argocd_project]] <> Description: Name of the Argo CD AppProject where the Application should be created. If not set, the Application will be created in a new AppProject only for this Application. @@ -237,7 +245,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v3.1.0"` +Default: `"v3.2.0"` ==== [[input_cluster_issuer]] <> @@ -388,6 +396,12 @@ object({ |n/a |yes +|[[input_subdomain]] <> +|Sub domain of the cluster. Value used for the ingress' URL of the application. +|`string` +|`"apps"` +|no + |[[input_argocd_project]] <> |Name of the Argo CD AppProject where the Application should be created. If not set, the Application will be created in a new AppProject only for this Application. |`string` @@ -409,7 +423,7 @@ object({ |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v3.1.0"` +|`"v3.2.0"` |no |[[input_cluster_issuer]] <> diff --git a/sks/README.adoc b/sks/README.adoc index c28d8764..85f48266 100644 --- a/sks/README.adoc +++ b/sks/README.adoc @@ -156,6 +156,14 @@ Type: `string` The following input variables are optional (have default values): +==== [[input_subdomain]] <> + +Description: Sub domain of the cluster. Value used for the ingress' URL of the application. + +Type: `string` + +Default: `"apps"` + ==== [[input_argocd_project]] <> Description: Name of the Argo CD AppProject where the Application should be created. If not set, the Application will be created in a new AppProject only for this Application. @@ -186,7 +194,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v3.1.0"` +Default: `"v3.2.0"` ==== [[input_cluster_issuer]] <> @@ -342,6 +350,12 @@ object({ |n/a |yes +|[[input_subdomain]] <> +|Sub domain of the cluster. Value used for the ingress' URL of the application. +|`string` +|`"apps"` +|no + |[[input_argocd_project]] <> |Name of the Argo CD AppProject where the Application should be created. If not set, the Application will be created in a new AppProject only for this Application. |`string` @@ -363,7 +377,7 @@ object({ |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v3.1.0"` +|`"v3.2.0"` |no |[[input_cluster_issuer]] <>