argocd

aareet/argocd/kubernetes

Terraform Module HCL KUBERNETES

Terraform module to install ArgoCD into your Kubernetes cluster

Install
module "argocd" {
source = "aareet/argocd/kubernetes"
version = "0.0.4"
}
plain text: /constructs/tfmod-aareet-argocd-kubernetes/install.txt
⭐ Source on GitHub 📦 Registry page
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)
NameTypeDescriptionDefault
namespacestring"argocd"
Resources (1)
kubernetes_manifest
Details
FrameworkTerraform Module
LanguageHCL
Version0.0.4
Cloud KUBERNETES
★ Stars1
Forks3
Total downloads5.0k
Inputs1
Resources1
LicenseMPL-2.0
Namespaceaareet
Updated