UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Add ability to disable minio-operator dependency for MM

Merged Benjamin Starks requested to merge 2437_Disable_Minio_Dependency_for_MM into master
All threads resolved!
2 files
+ 1
7
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -60,12 +60,10 @@ spec:
- name: mattermost-operator
namespace: {{ .Release.Namespace }}
{{- with .Values.addons.mattermost }}
{{- if and .minioOperator.enabled (not (and .objectStorage.endpoint .objectStorage.accessKey .objectStorage.accessSecret .objectStorage.bucket)) }}
{{- if .Values.addons.minioOperator.enabled }}
- name: minio-operator
namespace: {{ $.Release.Namespace }}
{{- end }}
{{- end }}
{{- if and .Values.addons.mattermost.elasticsearch.enabled .Values.elasticsearchKibana.enabled }}
- name: ek
Loading