argo-cd

gfortetsanakis/argo-cd/helm

Terraform Module HCL HELM
Install
module "argo-cd" {
source = "gfortetsanakis/argo-cd/helm"
version = "1.0.1"
}
plain text: /constructs/tfmod-gfortetsanakis-argo-cd-helm/install.txt
⭐ Source on GitHub 📦 Registry page
README

Terraform module for argo-cd This module deploys the following helm chart on a kubernetes cluster: | Name | Repository | Version | | ------- | ------------------------------------ | ------- | | argo-cd | https://argoproj.github.io/argo-helm | 4.10.9 | Module input parameters | Parameter | Type | Description | | --------------------------- | -------- | ----------------------------------------------------------------------------------------------- | | namespace | Required | The kubernetes namespace at which the argo-cd chart will be deployed | | domain | Required | The external DNS domain of the kubernetes cluster | | certificate_issuer | Required | The name of the certificate issuer that will be used to issue the certificate of the argo-cd UI | | argo_cd_controller_replicas | Optional | The

Inputs (5)
NameTypeDescriptionDefault
namespacestringThe kubernetes namespace at which the argo-cd chart will be deployed. required
domainstringThe domain of the kubernetes cluster. required
certificate_issuerstringThe name of the certificate issuer that will be used to issue certificate for ar required
node_selectormapA map variable with nodeSelector labels applied when placing pods of the chart o{}
argo_cd_controller_replicasnumberThe number of replicas for argo-cd controller to be deployed.1
Resources (1)
helm_release
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.1
Cloud HELM
★ Stars0
Forks0
Total downloads8
Inputs5
Resources1
LicenseApache-2.0
Namespacegfortetsanakis
Updated