TF: Add minio-operator Helm repo to ArgoCD config + AppProject sourceRepos

This commit is contained in:
Story Crater Bot
2026-07-14 14:32:45 -07:00
parent 418ab7bfc2
commit ed7be6f229
+9 -1
View File
@@ -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 = [
{