UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 6f6a6872 authored by Benjamin Starks's avatar Benjamin Starks Committed by Michael Martin
Browse files

Add ability to disable minio-operator dependency for MM

parent 55116e60
No related branches found
No related tags found
1 merge request!5598Add ability to disable minio-operator dependency for MM
...@@ -60,11 +60,9 @@ spec: ...@@ -60,11 +60,9 @@ spec:
- name: mattermost-operator - name: mattermost-operator
namespace: {{ .Release.Namespace }} namespace: {{ .Release.Namespace }}
{{- with .Values.addons.mattermost.objectStorage }} {{- if .Values.addons.minioOperator.enabled }}
{{- if not (and .endpoint .accessKey .accessSecret .bucket) }} - name: minio-operator
- name: minio-operator namespace: {{ $.Release.Namespace }}
namespace: {{ $.Release.Namespace }}
{{- end }}
{{- end }} {{- end }}
{{- if and .Values.addons.mattermost.elasticsearch.enabled .Values.elasticsearchKibana.enabled }} {{- if and .Values.addons.mattermost.elasticsearch.enabled .Values.elasticsearchKibana.enabled }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment