UNCLASSIFIED

Commit 39ed023a authored by Branden Cobb's avatar Branden Cobb
Browse files

Update mattermost.yaml

parent 2e66dad3
Pipeline #361623 failed with stages
in 1 minute and 36 seconds
...@@ -9,6 +9,10 @@ metadata: ...@@ -9,6 +9,10 @@ metadata:
spec: spec:
image: {{ .Values.image.name }} image: {{ .Values.image.name }}
imagePullPolicy: {{ .Values.image.imagePullPolicy }} imagePullPolicy: {{ .Values.image.imagePullPolicy }}
{{- with .Values.global.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 4 }}
{{- end }}
size: {{ .Values.users }}users size: {{ .Values.users }}users
version: {{ .Values.image.tag }} version: {{ .Values.image.tag }}
......
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