mirror of
https://github.com/vcscsvcscs/OCI-Kubernetes-cluster-with-traefik.git
synced 2025-08-13 22:39:06 +02:00
Add ArgoCD as an optional module
This commit is contained in:
@@ -23,6 +23,10 @@ variable "cloudflare_origin_certificate_key" {
|
||||
variable "my_domain" {
|
||||
type = string
|
||||
}
|
||||
variable "install_argocd" {
|
||||
type = bool
|
||||
default = true
|
||||
}
|
||||
|
||||
variable "region" {}
|
||||
variable "public_key_path" {}
|
||||
|
Reference in New Issue
Block a user