From ca914dfaef678e3774ba6d2b3cd4263d25524c35 Mon Sep 17 00:00:00 2001 From: Alberto Clemente <70150664+Albe83@users.noreply.github.com> Date: Fri, 5 Aug 2022 16:41:28 +0200 Subject: [PATCH] Customize Edition Added support to select MySQL Edition (Community/Enterprise) --- helm/mysql-innodbcluster/templates/deployment_cluster.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/helm/mysql-innodbcluster/templates/deployment_cluster.yaml b/helm/mysql-innodbcluster/templates/deployment_cluster.yaml index bb9e9c7..9b31d7c 100644 --- a/helm/mysql-innodbcluster/templates/deployment_cluster.yaml +++ b/helm/mysql-innodbcluster/templates/deployment_cluster.yaml @@ -23,6 +23,9 @@ spec: imagePullPolicy : {{ required "image.pullPolicy is required" .Values.image.pullPolicy }} baseServerId: {{ required "baseServerId is required" .Values.baseServerId }} version: {{ .Values.serverVersion | default .Chart.AppVersion }} + {{- if .Values.edition }} + edition: {{ .Values.edition | quote }} + {{- end }} serviceAccountName: {{ .Release.Name }}-sa {{- if not $use_self_signed }}