UNCLASSIFIED

Commit a26a38ee authored by Branden Cobb's avatar Branden Cobb
Browse files

Update mattermost.yaml

parent 36d27100
Pipeline #434332 passed with stages
in 3 minutes and 44 seconds
...@@ -16,8 +16,11 @@ spec: ...@@ -16,8 +16,11 @@ spec:
size: {{ .Values.users }}users size: {{ .Values.users }}users
version: {{ .Values.image.tag }} version: {{ .Values.image.tag }}
{{- if .Values.enterprise.enabled }}
replicas: {{ .Values.replicaCount }} replicas: {{ .Values.replicaCount }}
{{- else }}
replicas: 1
{{- end }}
{{- if .Values.istio.chat.hosts }} {{- if .Values.istio.chat.hosts }}
ingressName: {{ tpl (index .Values.istio.chat.hosts 0) $ }} ingressName: {{ tpl (index .Values.istio.chat.hosts 0) $ }}
{{- else }} {{- else }}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment