fix(common): typo in mariadb repo (#2271)
This commit is contained in:
@@ -15,4 +15,4 @@ maintainers:
|
|||||||
name: common
|
name: common
|
||||||
sources: null
|
sources: null
|
||||||
type: library
|
type: library
|
||||||
version: 9.1.10
|
version: 9.1.11
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ This template ensures pods with postgresql dependency have a delayed start
|
|||||||
{{- $pghost := printf "%v-%v" .Release.Name "mariadb" }}
|
{{- $pghost := printf "%v-%v" .Release.Name "mariadb" }}
|
||||||
{{- if .Values.mariadb.enabled }}
|
{{- if .Values.mariadb.enabled }}
|
||||||
- name: mariadb-init
|
- name: mariadb-init
|
||||||
image: "{{ .Values.mariadblImage.repository}}:{{ .Values.mariadblImage.tag }}"
|
image: "{{ .Values.mariadbImage.repository}}:{{ .Values.mariadbImage.tag }}"
|
||||||
env:
|
env:
|
||||||
- name: MARIADB_HOST
|
- name: MARIADB_HOST
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
|||||||
Reference in New Issue
Block a user