From 67ae8db0849b9e8fcb139d5b9b20b13d84fefb27 Mon Sep 17 00:00:00 2001 From: Kevin Wilder Date: Wed, 13 Jan 2021 07:30:29 -0700 Subject: [PATCH 1/2] add minio enabled warning --- chart/templates/NOTES.txt | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/chart/templates/NOTES.txt b/chart/templates/NOTES.txt index 319e8e7..74ce3ff 100644 --- a/chart/templates/NOTES.txt +++ b/chart/templates/NOTES.txt @@ -42,8 +42,16 @@ WARNING: If you are upgrading from a previous version of the GitLab Helm Chart, ##################### PLATFORM ONE WARNING: You have enabled an internal postgres database in the values configuration. - PlatformOne does not support this option for production deployments. - This non-default option should only be used for development or CI pipelines. + PlatformOne does not support this option for production deployments because your persistent data can be be permanently lost. + This option should only be used for development or CI pipelines. +##################### +{{- end -}} + +{{ if $.Values.global.minio.enabled }} +##################### +PLATFORM ONE WARNING: You have enabled a MinIO internal service in the values configuration. + PlatformOne does not support this option for production deployments because your persistent data can be permanently lost. + This option should only be used for development or CI pipelines. ##################### {{- end -}} -- GitLab From 335254c282573d4a66d16e41d8eece5373cdc720 Mon Sep 17 00:00:00 2001 From: Kevin Wilder Date: Wed, 13 Jan 2021 07:35:03 -0700 Subject: [PATCH 2/2] add minio enabled warning --- chart/templates/NOTES.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/chart/templates/NOTES.txt b/chart/templates/NOTES.txt index 74ce3ff..b72fb23 100644 --- a/chart/templates/NOTES.txt +++ b/chart/templates/NOTES.txt @@ -41,17 +41,17 @@ chose not to enable this by default. See https://docs.gitlab.com/runner/install/ WARNING: If you are upgrading from a previous version of the GitLab Helm Chart, there is a major upgrade to the included PostgreSQL chart, which requires manual steps be performed. Please see our upgrade documentation for more information: https://docs.gitlab.com/charts/installation/upgrade.html ##################### -PLATFORM ONE WARNING: You have enabled an internal postgres database in the values configuration. +PLATFORM ONE WARNING: You have enabled an internal postgres database in the values configuration. PlatformOne does not support this option for production deployments because your persistent data can be be permanently lost. - This option should only be used for development or CI pipelines. + This option should only be used for development or CI pipelines. ##################### {{- end -}} {{ if $.Values.global.minio.enabled }} ##################### -PLATFORM ONE WARNING: You have enabled a MinIO internal service in the values configuration. +PLATFORM ONE WARNING: You have enabled a MinIO internal service in the values configuration. PlatformOne does not support this option for production deployments because your persistent data can be permanently lost. - This option should only be used for development or CI pipelines. + This option should only be used for development or CI pipelines. ##################### {{- end -}} -- GitLab