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
Tags 0.33.1-bb.3
No related merge requests found
Pipeline #3887196 passed
This commit is part of merge request !5598. Comments created here will be created in the context of that merge request.
......@@ -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