minio: Use own namespace

This commit is contained in:
Björn Busse 2024-02-19 14:37:06 +01:00
parent e16373d94d
commit 140f02055b
1 changed files with 2 additions and 2 deletions

4
deploy
View File

@ -16,7 +16,7 @@ MONITORING_NAMESPACE="monitoring"
readonly MONITORING_NAMESPACE
SPINNAKER_NAMESPACE="cicd"
readonly SPINNAKER_NAMESPACE
MINIO_NAMESPACE="monitoring"
MINIO_NAMESPACE="minio"
readonly MINIO_NAMESPACE
# Helm Chart versions
@ -125,5 +125,5 @@ printf "Using flux to create Sources and HelmReleases\n"
--chart minio-operator \
--chart-version "${MINIO_CHART_VERSION}" \
--namespace "${MINIO_NAMESPACE}" \
--source=HelmRepository/ \
--source=HelmRepository/minio \
--export > "${FLUX_MANIFEST_PATH}/minio.yaml"