UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit caf4074e authored by Michael Martin's avatar Michael Martin
Browse files

Merge branch '2437_Disable_Minio_Dependency_for_MM' into 'master'

Add ability to disable minio-operator dependency for MM

Closes #2437

See merge request !5598
parents 55116e60 6f6a6872
No related branches found
No related tags found
1 merge request!5598Add ability to disable minio-operator dependency for MM
Pipeline #3889199 passed
......@@ -60,11 +60,9 @@ spec:
- name: mattermost-operator
namespace: {{ .Release.Namespace }}
{{- with .Values.addons.mattermost.objectStorage }}
{{- if not (and .endpoint .accessKey .accessSecret .bucket) }}
- name: minio-operator
namespace: {{ $.Release.Namespace }}
{{- end }}
{{- if .Values.addons.minioOperator.enabled }}
- name: minio-operator
namespace: {{ $.Release.Namespace }}
{{- end }}
{{- 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