mirror of
https://github.com/truenas/charts.git
synced 2026-04-24 18:41:41 +08:00
* Add minio to enterprise train * Adjust hostnetwork based on multimode configuration * add update strategy and explicitly set permissions at install time * minor typo * use new common * bump common * Add upgrade info json * make immutable the run context and check backup permissions before chowning * spacing
16 lines
623 B
YAML
16 lines
623 B
YAML
{{- include "ix.v1.common.loader.init" . -}}
|
|
|
|
{{/* Merge the templates with Values */}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "minio.configuration" $ | fromYaml) -}}
|
|
|
|
{{- $_ := mustMergeOverwrite .Values (include "minio.workload" $ | fromYaml) -}}
|
|
{{- if .Values.minioLogging.logsearch.enabled -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "logsearch.workload" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "postgres.workload" $ | fromYaml) -}}
|
|
{{- end -}}
|
|
|
|
{{/* Create the configmap for portal manually*/}}
|
|
{{- include "minio.portal" $ -}}
|
|
|
|
{{- include "ix.v1.common.loader.apply" . -}}
|