TF: Add minio-operator Helm repo to ArgoCD config + AppProject sourceRepos
This commit is contained in:
@@ -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 = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user