mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-15 08:06:05 +10:00
Signed-off-by: Michal Pěnka <michal@penka.name> Signed-off-by: Michal Pěnka <michal@penka.name>
This commit is contained in:
@@ -23,4 +23,4 @@ name: rabbitmq
|
||||
sources:
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/rabbitmq
|
||||
- https://www.rabbitmq.com
|
||||
version: 10.3.1
|
||||
version: 10.3.2
|
||||
|
||||
@@ -382,12 +382,12 @@ spec:
|
||||
{{- if .Values.initScriptsCM }}
|
||||
- name: custom-init-scripts-cm
|
||||
configMap:
|
||||
name: {{ template ".Values.initScriptsCM" . }}
|
||||
name: {{ tpl .Values.initScriptsCM . | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.initScriptsSecret }}
|
||||
- name: custom-init-scripts-secret
|
||||
secret:
|
||||
secretName: {{ template ".Values.initScriptsSecret" . }}
|
||||
secretName: {{ tpl .Values.initScriptsSecret . | quote }}
|
||||
defaultMode: 0755
|
||||
{{- end }}
|
||||
{{- if .Values.extraVolumes }}
|
||||
|
||||
Reference in New Issue
Block a user