Configure Argo CD to watch servers/legion/apps/ in will/infrastructure

This commit is contained in:
Will Anderson
2026-03-23 08:00:37 -05:00
parent ef2ae715ee
commit 5231adc3a0
4 changed files with 63 additions and 0 deletions
+6
View File
@@ -129,3 +129,9 @@ variable "gitea_webhook_secret" {
type = string
sensitive = true
}
variable "gitea_api_token" {
description = "Gitea API token for Argo CD repo access"
type = string
sensitive = true
}