From d933318e7471102fd51572ebcc2596dcf66da3eb Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Wed, 4 Oct 2023 16:36:23 +0200 Subject: [PATCH] Try the new ci pipeline --- charts/db-operator/templates/NOTES.txt | 2 +- charts/db-operator/values.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/charts/db-operator/templates/NOTES.txt b/charts/db-operator/templates/NOTES.txt index 1133d75..9cfe896 100644 --- a/charts/db-operator/templates/NOTES.txt +++ b/charts/db-operator/templates/NOTES.txt @@ -59,7 +59,7 @@ in production in any form. Or set '.Values.tests.gsql.enabled' to 'false' {{- end }} -{{- if .Values.tests.postgres.enabled }} +{{- if .Values.tests.postgresql.enabled }} ----------------------------------------------------------------------- You seem to have the postgresql test set to true, usually, it shouldn't be done. diff --git a/charts/db-operator/values.yaml b/charts/db-operator/values.yaml index 1ab73b5..618d908 100644 --- a/charts/db-operator/values.yaml +++ b/charts/db-operator/values.yaml @@ -176,3 +176,7 @@ service: tests: gsql: enabled: false + mysql: + enabled: false + postgresql: + enabled: false