diff --git a/README.adoc b/README.adoc index f13a6f82..d8bd647f 100644 --- a/README.adoc +++ b/README.adoc @@ -38,15 +38,15 @@ The following requirements are needed by this module: The following providers are used by this module: -- [[provider_random]] <> (>= 3) +- [[provider_null]] <> (>= 3) -- [[provider_kubernetes]] <> (>= 2) +- [[provider_argocd]] <> (>= 5) -- [[provider_utils]] <> (>= 1) +- [[provider_kubernetes]] <> (>= 2) -- [[provider_argocd]] <> (>= 5) +- [[provider_random]] <> (>= 3) -- [[provider_null]] <> (>= 3) +- [[provider_utils]] <> (>= 1) === Resources @@ -82,14 +82,6 @@ Type: `string` The following input variables are optional (have default values): -==== [[input_argocd_namespace]] <> - -Description: Namespace used by Argo CD where the Application and AppProject resources should be created. - -Type: `string` - -Default: `"argocd"` - ==== [[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. @@ -120,7 +112,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v8.1.0"` +Default: `"v8.2.0"` ==== [[input_cluster_issuer]] <> @@ -128,15 +120,7 @@ Description: SSL certificate issuer to use. Usually you would configure this val Type: `string` -Default: `"ca-issuer"` - -==== [[input_namespace]] <> - -Description: Namespace where the applications's Kubernetes resources should be created. Namespace will be created in case it doesn't exist. - -Type: `string` - -Default: `"kube-prometheus-stack"` +Default: `"selfsigned-issuer"` ==== [[input_helm_values]] <> @@ -313,12 +297,6 @@ Description: The admin password for Grafana. |n/a |yes -|[[input_argocd_namespace]] <> -|Namespace used by Argo CD where the Application and AppProject resources should be created. -|`string` -|`"argocd"` -|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` @@ -340,19 +318,13 @@ Description: The admin password for Grafana. |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v8.1.0"` +|`"v8.2.0"` |no |[[input_cluster_issuer]] <> |SSL certificate issuer to use. Usually you would configure this value as `letsencrypt-staging` or `letsencrypt-prod` on your root `*.tf` files. |`string` -|`"ca-issuer"` -|no - -|[[input_namespace]] <> -|Namespace where the applications's Kubernetes resources should be created. Namespace will be created in case it doesn't exist. -|`string` -|`"kube-prometheus-stack"` +|`"selfsigned-issuer"` |no |[[input_helm_values]] <> diff --git a/aks/README.adoc b/aks/README.adoc index 6c3b8610..ffbb3b7b 100644 --- a/aks/README.adoc +++ b/aks/README.adoc @@ -75,14 +75,6 @@ object({ Default: `null` -==== [[input_argocd_namespace]] <> - -Description: Namespace used by Argo CD where the Application and AppProject resources should be created. - -Type: `string` - -Default: `"argocd"` - ==== [[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. @@ -113,7 +105,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v8.1.0"` +Default: `"v8.2.0"` ==== [[input_cluster_issuer]] <> @@ -121,15 +113,7 @@ Description: SSL certificate issuer to use. Usually you would configure this val Type: `string` -Default: `"ca-issuer"` - -==== [[input_namespace]] <> - -Description: Namespace where the applications's Kubernetes resources should be created. Namespace will be created in case it doesn't exist. - -Type: `string` - -Default: `"kube-prometheus-stack"` +Default: `"selfsigned-issuer"` ==== [[input_helm_values]] <> @@ -316,12 +300,6 @@ object({ |n/a |yes -|[[input_argocd_namespace]] <> -|Namespace used by Argo CD where the Application and AppProject resources should be created. -|`string` -|`"argocd"` -|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` @@ -343,19 +321,13 @@ object({ |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v8.1.0"` +|`"v8.2.0"` |no |[[input_cluster_issuer]] <> |SSL certificate issuer to use. Usually you would configure this value as `letsencrypt-staging` or `letsencrypt-prod` on your root `*.tf` files. |`string` -|`"ca-issuer"` -|no - -|[[input_namespace]] <> -|Namespace where the applications's Kubernetes resources should be created. Namespace will be created in case it doesn't exist. -|`string` -|`"kube-prometheus-stack"` +|`"selfsigned-issuer"` |no |[[input_helm_values]] <> diff --git a/eks/README.adoc b/eks/README.adoc index 64cbf840..b1b1f3d4 100644 --- a/eks/README.adoc +++ b/eks/README.adoc @@ -59,14 +59,6 @@ object({ Default: `null` -==== [[input_argocd_namespace]] <> - -Description: Namespace used by Argo CD where the Application and AppProject resources should be created. - -Type: `string` - -Default: `"argocd"` - ==== [[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. @@ -97,7 +89,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v8.1.0"` +Default: `"v8.2.0"` ==== [[input_cluster_issuer]] <> @@ -105,15 +97,7 @@ Description: SSL certificate issuer to use. Usually you would configure this val Type: `string` -Default: `"ca-issuer"` - -==== [[input_namespace]] <> - -Description: Namespace where the applications's Kubernetes resources should be created. Namespace will be created in case it doesn't exist. - -Type: `string` - -Default: `"kube-prometheus-stack"` +Default: `"selfsigned-issuer"` ==== [[input_helm_values]] <> @@ -280,12 +264,6 @@ object({ |n/a |yes -|[[input_argocd_namespace]] <> -|Namespace used by Argo CD where the Application and AppProject resources should be created. -|`string` -|`"argocd"` -|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` @@ -307,19 +285,13 @@ object({ |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v8.1.0"` +|`"v8.2.0"` |no |[[input_cluster_issuer]] <> |SSL certificate issuer to use. Usually you would configure this value as `letsencrypt-staging` or `letsencrypt-prod` on your root `*.tf` files. |`string` -|`"ca-issuer"` -|no - -|[[input_namespace]] <> -|Namespace where the applications's Kubernetes resources should be created. Namespace will be created in case it doesn't exist. -|`string` -|`"kube-prometheus-stack"` +|`"selfsigned-issuer"` |no |[[input_helm_values]] <> diff --git a/kind/README.adoc b/kind/README.adoc index e3b65df8..cac9b46d 100644 --- a/kind/README.adoc +++ b/kind/README.adoc @@ -61,14 +61,6 @@ object({ Default: `null` -==== [[input_argocd_namespace]] <> - -Description: Namespace used by Argo CD where the Application and AppProject resources should be created. - -Type: `string` - -Default: `"argocd"` - ==== [[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. @@ -99,7 +91,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v8.1.0"` +Default: `"v8.2.0"` ==== [[input_cluster_issuer]] <> @@ -107,15 +99,7 @@ Description: SSL certificate issuer to use. Usually you would configure this val Type: `string` -Default: `"ca-issuer"` - -==== [[input_namespace]] <> - -Description: Namespace where the applications's Kubernetes resources should be created. Namespace will be created in case it doesn't exist. - -Type: `string` - -Default: `"kube-prometheus-stack"` +Default: `"selfsigned-issuer"` ==== [[input_helm_values]] <> @@ -284,12 +268,6 @@ object({ |n/a |yes -|[[input_argocd_namespace]] <> -|Namespace used by Argo CD where the Application and AppProject resources should be created. -|`string` -|`"argocd"` -|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` @@ -311,19 +289,13 @@ object({ |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v8.1.0"` +|`"v8.2.0"` |no |[[input_cluster_issuer]] <> |SSL certificate issuer to use. Usually you would configure this value as `letsencrypt-staging` or `letsencrypt-prod` on your root `*.tf` files. |`string` -|`"ca-issuer"` -|no - -|[[input_namespace]] <> -|Namespace where the applications's Kubernetes resources should be created. Namespace will be created in case it doesn't exist. -|`string` -|`"kube-prometheus-stack"` +|`"selfsigned-issuer"` |no |[[input_helm_values]] <> diff --git a/sks/README.adoc b/sks/README.adoc index 41342c5f..855d0a27 100644 --- a/sks/README.adoc +++ b/sks/README.adoc @@ -202,14 +202,6 @@ object({ Default: `null` -==== [[input_argocd_namespace]] <> - -Description: Namespace used by Argo CD where the Application and AppProject resources should be created. - -Type: `string` - -Default: `"argocd"` - ==== [[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. @@ -240,7 +232,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v8.1.0"` +Default: `"v8.2.0"` ==== [[input_cluster_issuer]] <> @@ -248,15 +240,7 @@ Description: SSL certificate issuer to use. Usually you would configure this val Type: `string` -Default: `"ca-issuer"` - -==== [[input_namespace]] <> - -Description: Namespace where the applications's Kubernetes resources should be created. Namespace will be created in case it doesn't exist. - -Type: `string` - -Default: `"kube-prometheus-stack"` +Default: `"selfsigned-issuer"` ==== [[input_helm_values]] <> @@ -430,12 +414,6 @@ object({ |n/a |yes -|[[input_argocd_namespace]] <> -|Namespace used by Argo CD where the Application and AppProject resources should be created. -|`string` -|`"argocd"` -|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` @@ -457,19 +435,13 @@ object({ |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v8.1.0"` +|`"v8.2.0"` |no |[[input_cluster_issuer]] <> |SSL certificate issuer to use. Usually you would configure this value as `letsencrypt-staging` or `letsencrypt-prod` on your root `*.tf` files. |`string` -|`"ca-issuer"` -|no - -|[[input_namespace]] <> -|Namespace where the applications's Kubernetes resources should be created. Namespace will be created in case it doesn't exist. -|`string` -|`"kube-prometheus-stack"` +|`"selfsigned-issuer"` |no |[[input_helm_values]] <>