From 858aa39c7a1629862ded91a395332be5ae77dd24 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Mon, 9 Sep 2024 23:03:42 +0200 Subject: [PATCH] Remove minio in minio --- minio/helm-minio copy.yaml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 minio/helm-minio copy.yaml diff --git a/minio/helm-minio copy.yaml b/minio/helm-minio copy.yaml deleted file mode 100644 index 7efc47f..0000000 --- a/minio/helm-minio copy.yaml +++ /dev/null @@ -1,28 +0,0 @@ -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