UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit b32dfe41 authored by joshwolf's avatar joshwolf
Browse files

Merge branch '192-mattermost-operator-should-depend-on-istio-gatekeeper' into 'master'

Resolve "Mattermost Operator should depend on Istio/Gatekeeper"

Closes #192

See merge request platform-one/big-bang/bigbang!293
parents 851fcbc8 7aa96877
No related branches found
No related tags found
1 merge request!293Resolve "Mattermost Operator should depend on Istio/Gatekeeper"
Pipeline #181714 passed
......@@ -100,11 +100,6 @@ spec:
namespace: {{ .Release.Namespace }}
{{- end }}
{{- if .Values.monitoring.enabled }}
- name: monitoring
namespace: {{ .Release.Namespace }}
{{- end }}
{{- with .Values.addons.mattermost.objectStorage }}
{{- if not (and .endpoint .accessKey .accessSecret .bucket) }}
- name: minio-operator
......
......@@ -44,4 +44,16 @@ spec:
values:
imagePullSecrets:
- name: private-registry
{{- if or .Values.gatekeeper.enabled .Values.monitoring.enabled }}
dependsOn:
{{- if .Values.gatekeeper.enabled }}
- name: gatekeeper
namespace: {{ .Release.Namespace }}
{{- end }}
{{- if .Values.monitoring.enabled }}
- name: monitoring
namespace: {{ .Release.Namespace }}
{{- end }}
{{- end }}
{{- end }}
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