From ed7be6f2293889ccee9dff05ff91762e6162a255 Mon Sep 17 00:00:00 2001 From: Story Crater Bot <19826264+Riotpiaole@users.noreply.github.com> Date: Tue, 14 Jul 2026 14:32:45 -0700 Subject: [PATCH] TF: Add minio-operator Helm repo to ArgoCD config + AppProject sourceRepos --- terraform/argocd-bootstrap.tf | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/terraform/argocd-bootstrap.tf b/terraform/argocd-bootstrap.tf index 98c07a8..c45304a 100644 --- a/terraform/argocd-bootstrap.tf +++ b/terraform/argocd-bootstrap.tf @@ -27,6 +27,13 @@ resource "helm_release" "argocd" { rbac = { "policy.default" = "role:readonly" } + repositories = { + "minio-operator" = { + url = "https://operator.min.io" + name = "minio-operator" + type = "helm" + } + } } server = { extraArgs = [ @@ -90,7 +97,8 @@ resource "kubernetes_manifest" "argocd_project" { } spec = { sourceRepos = [ - "https://forgejo.riotpiao.homelab.com/riotpiao.com/*" + "https://forgejo.riotpiao.homelab.com/riotpiao.com/*", + "https://operator.min.io" ] destinations = [ {