From 4bd09bb13245c8c6f43b3a1b421af1cfa2427a5b Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Mon, 9 Sep 2024 17:04:08 +0200 Subject: [PATCH] Remove values file minio --- minio/helm-minio.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/minio/helm-minio.yaml b/minio/helm-minio.yaml index 7efc47f..fd643c5 100644 --- a/minio/helm-minio.yaml +++ b/minio/helm-minio.yaml @@ -17,12 +17,12 @@ spec: - 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 + # 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