fix(common): support some different jdbc url's for mariadb injector
This commit is contained in:
@@ -15,4 +15,4 @@ maintainers:
|
|||||||
name: common
|
name: common
|
||||||
sources: null
|
sources: null
|
||||||
type: library
|
type: library
|
||||||
version: 8.9.18
|
version: 8.9.19
|
||||||
|
|||||||
@@ -32,6 +32,8 @@ data:
|
|||||||
plainporthost: {{ ( printf "%v-%v:3306" .Release.Name "mariadb" ) | b64enc | quote }}
|
plainporthost: {{ ( printf "%v-%v:3306" .Release.Name "mariadb" ) | b64enc | quote }}
|
||||||
plainhost: {{ ( printf "%v-%v" .Release.Name "mariadb" ) | b64enc | quote }}
|
plainhost: {{ ( printf "%v-%v" .Release.Name "mariadb" ) | b64enc | quote }}
|
||||||
jdbc: {{ ( printf "jdbc:sqlserver://%v-mariadb:3306/%v" .Release.Name .Values.mariadb.mariadbDatabase ) | b64enc | quote }}
|
jdbc: {{ ( printf "jdbc:sqlserver://%v-mariadb:3306/%v" .Release.Name .Values.mariadb.mariadbDatabase ) | b64enc | quote }}
|
||||||
|
jdbc-mysql: {{ ( printf "jdbc:mysql://%v-mariadb:3306/%v" .Release.Name .Values.mariadb.mariadbDatabase ) | b64enc | quote }}
|
||||||
|
jdbc-mariadb: {{ ( printf "jdbc:mariadb://%v-mariadb:3306/%v" .Release.Name .Values.mariadb.mariadbDatabase ) | b64enc | quote }}
|
||||||
type: Opaque
|
type: Opaque
|
||||||
{{- $_ := set .Values.mariadb "mariadbPassword" ( $dbPass | quote ) }}
|
{{- $_ := set .Values.mariadb "mariadbPassword" ( $dbPass | quote ) }}
|
||||||
{{- $_ := set .Values.mariadb "mariadbRootPassword" ( $rootPass | quote ) }}
|
{{- $_ := set .Values.mariadb "mariadbRootPassword" ( $rootPass | quote ) }}
|
||||||
|
|||||||
Reference in New Issue
Block a user