Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb authored Sep 6, 2024
1 parent cd06084 commit 663ea5b
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions charts/yourls/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,11 @@ Compile all warnings into a single message.
{{- define "yourls.validateValues.database" -}}
{{- if and (not .Values.mariadb.enabled) (or (empty .Values.externalDatabase.host) (empty .Values.externalDatabase.port) (empty .Values.externalDatabase.database)) -}}
yourls: database
You disable the MariaDB installation but you did not provide the required parameters
to use an external database. To use an external database, please ensure you provide
(at least) the following values:

externalDatabase.host=DB_SERVER_HOST
externalDatabase.database=DB_NAME
externalDatabase.port=DB_SERVER_PORT
You disable the MariaDB installation but you did not provide the required parameters
to use an external database. To use an external database, please ensure you provide
(at least) the following values:
externalDatabase.host=DB_SERVER_HOST
externalDatabase.database=DB_NAME
externalDatabase.port=DB_SERVER_PORT
{{- end -}}
{{- end -}}

0 comments on commit 663ea5b

Please sign in to comment.