diff --git a/minio/helm-minio-operator.yaml b/minio/helm-minio-operator.yaml index 8b61962..98d52b7 100644 --- a/minio/helm-minio-operator.yaml +++ b/minio/helm-minio-operator.yaml @@ -1,7 +1,7 @@ apiVersion: argoproj.io/v1alpha1 kind: Application metadata: - name: minio + name: minio-operator namespace: argocd finalizers: - resources-finalizer.argocd.argoproj.io diff --git a/minio/helm-minio-tenant.yaml b/minio/helm-minio-tenant.yaml index 770ec9c..c0c3f71 100644 --- a/minio/helm-minio-tenant.yaml +++ b/minio/helm-minio-tenant.yaml @@ -1,28 +1,28 @@ -# apiVersion: argoproj.io/v1alpha1 -# kind: Application -# metadata: -# name: minio -# namespace: argocd -# finalizers: -# - resources-finalizer.argocd.argoproj.io -# spec: -# syncPolicy: -# syncOptions: -# - CreateNamespace=true -# automated: -# selfHeal: true -# prune: true -# project: default -# sources: -# - chart: tenant -# repoURL: https://operator.min.io -# targetRevision: 6.0.3 -# helm: -# valueFiles: -# - $values/minio/values-tenant.yaml -# - repoURL: https://github.com/rubenhensen/k8scd.git -# targetRevision: HEAD -# ref: values -# destination: -# server: https://kubernetes.default.svc -# namespace: minio-tenant \ No newline at end of file +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: minio-tenant + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + syncPolicy: + syncOptions: + - CreateNamespace=true + automated: + selfHeal: true + prune: true + project: default + sources: + - chart: tenant + repoURL: https://operator.min.io + targetRevision: 6.0.3 + helm: + valueFiles: + - $values/minio/values-tenant.yaml + - repoURL: https://github.com/rubenhensen/k8scd.git + targetRevision: HEAD + ref: values + destination: + server: https://kubernetes.default.svc + namespace: minio-tenant \ No newline at end of file