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 = [ {