UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit cca7f8e9 authored by Christopher O'Connell's avatar Christopher O'Connell
Browse files

fix mattermost operator helm release

parent 86c11f56
No related branches found
No related tags found
1 merge request!2703Pipeline config enable addons helmrepo tests && fix helmRepos for MM operator and Nexus Repo addons
Pipeline #1700988 passed with warnings
......@@ -22,11 +22,11 @@ spec:
name: mattermost-operator
namespace: {{ .Release.Namespace }}
{{- else }}
chart: {{ $mmOpValues.oci.name }}
version: {{ $mmOpValues.oci.tag }}
chart: {{ $mmOpValues.helmRepo.chartName }}
version: {{ $mmOpValues.helmRepo.tag }}
sourceRef:
kind: HelmRepository
name: {{ $mmOpValues.oci.repo }}
name: {{ $mmOpValues.helmRepo.repoName }}
namespace: {{ .Release.Namespace }}
{{- end }}
interval: 5m
......
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