From 9bb4e64ed87cbe6d09dcecf6885bbead07c840a6 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Mon, 9 Sep 2024 23:37:59 +0200 Subject: [PATCH] Remove values file minio operator --- minio/helm-minio-operator.yaml | 6 ------ minio/values.yaml | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/minio/helm-minio-operator.yaml b/minio/helm-minio-operator.yaml index 12d9870..ffee118 100644 --- a/minio/helm-minio-operator.yaml +++ b/minio/helm-minio-operator.yaml @@ -17,12 +17,6 @@ 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 destination: server: https://kubernetes.default.svc namespace: minio \ No newline at end of file diff --git a/minio/values.yaml b/minio/values.yaml index f501dda..6ebe3e8 100644 --- a/minio/values.yaml +++ b/minio/values.yaml @@ -1,4 +1,4 @@ -console: +tenant: api: ingress: enabled: true