Skip to content

Commit

Permalink
fix: trigger ci
Browse files Browse the repository at this point in the history
Signed-off-by: chisaato <catsreporter@proton.me>
  • Loading branch information
chisaato committed Aug 12, 2024
1 parent f573698 commit c6a7a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/dragonfly/templates/manager/manager-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ data:
{{- if or .Values.mysql.enable .Values.externalMysql.host }}
type: mysql
mysql:
{{- if and .Values.mysql.enable (empty .Values.externalMysql.host)}}
{{- if and .Values.mysql.enable (empty .Values.externalMysql.host) }}
user: {{ .Values.mysql.auth.username }}
password: {{ .Values.mysql.auth.password }}
host: {{ .Release.Name }}-{{ default "mysql" .Values.mysql.fullname }}.{{ .Release.Namespace }}.svc.{{ .Values.clusterDomain }}
Expand Down

0 comments on commit c6a7a0a

Please sign in to comment.