From d2ff45c7364cc4d890512b76d0832cda91361f8a Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Mon, 9 Sep 2024 22:57:00 +0200 Subject: [PATCH] Add ingress minio in ns minio --- minio/helm-minio copy.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 minio/helm-minio copy.yaml diff --git a/minio/helm-minio copy.yaml b/minio/helm-minio copy.yaml new file mode 100644 index 0000000..7efc47f --- /dev/null +++ b/minio/helm-minio copy.yaml @@ -0,0 +1,28 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: minio + namespace: minio + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + syncPolicy: + syncOptions: + - CreateNamespace=true + automated: + selfHeal: true + prune: true + project: default + sources: + - chart: operator + repoURL: https://operator.min.io + targetRevision: 6.0.3 + helm: + valueFiles: + - $values/minio/values.yaml + - repoURL: https://github.com/rubenhensen/k8scd.git + targetRevision: HEAD + ref: values + destination: + server: https://kubernetes.default.svc + namespace: minio \ No newline at end of file