Skip to content

Commit

Permalink
Try the new ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
allanger committed Oct 4, 2023
1 parent d61a1fc commit d933318
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/db-operator/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 4 additions & 0 deletions charts/db-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,3 +176,7 @@ service:
tests:
gsql:
enabled: false
mysql:
enabled: false
postgresql:
enabled: false

0 comments on commit d933318

Please sign in to comment.