UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 426c5b5f authored by Benjamin Starks's avatar Benjamin Starks
Browse files

clean up helm release dependency

parent e5a8ddce
No related branches found
No related tags found
No related merge requests found
Pipeline #3887196 passed
......@@ -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
......
......@@ -1726,10 +1726,6 @@ addons:
# -- Toggle interaction with Elastic for optimized search indexing
enabled: false
minioOperator:
# -- Toggle dependency for minio-operator
enabled: true
# -- Values to passthrough to the Mattermost chart: https://repo1.dso.mil/big-bang/product/packages/values.yaml
values: {}
......
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