mirror of
https://github.com/wardviaene/kubernetes-course.git
synced 2026-07-10 14:19:31 +00:00
bump mongodb and update secret reference
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: mariadb
|
||||
version: 7.x.x
|
||||
version: 11.x.x
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
condition: mariadb.enabled
|
||||
tags:
|
||||
|
||||
@@ -51,7 +51,7 @@ spec:
|
||||
secretKeyRef:
|
||||
{{- if .Values.mariadb.enabled }}
|
||||
name: {{ template "mariadb.fullname" . }}
|
||||
key: mariadb-password
|
||||
key: mariadb-root-password
|
||||
{{- else }}
|
||||
name: unknown
|
||||
key: db-password
|
||||
|
||||
Reference in New Issue
Block a user