argocd
aareet/argocd/kubernetes
Terraform module to install ArgoCD into your Kubernetes cluster
Install
README
A simple module to install ArgoCD into the cluster. This is an HCL translation of https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml This module requires the 0.3.0 version of the kubernetes-alpha provider. Usage: `` main.tf provider "kubernetes-alpha" { config_path = "~/.kube/config" // path to kubeconfig } module "argocd" { source = "aareet/argocd/kubernetes" namespace = "argocd" } ``
Inputs (1)
| Name | Type | Description | Default |
|---|---|---|---|
| namespace | string | "argocd" |
Resources (1)
Topics & Tags
Details
Similar packages
Azure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,