Skip to content

Commit

Permalink
chore: remove unnecessary env (#1454)
Browse files Browse the repository at this point in the history
(cherry picked from commit b50eaf4)
  • Loading branch information
xuriwuyun committed Feb 7, 2025
1 parent c07118c commit 14bca58
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions addons-cluster/mysql/templates/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ metadata:
name: {{ include "kblib.clusterName" . }}
labels: {{ include "kblib.clusterLabels" . | nindent 4 }}
namespace: {{ .Release.Namespace }}
annotations:
{{- if eq .Values.topology "server-with-proxy" }}
kubeblocks.io/extra-env: '{"PROXY_ENABLED":"on"}'
{{- end }}
spec:
terminationPolicy: {{ .Values.extra.terminationPolicy }}
clusterDef: mysql
Expand Down

0 comments on commit 14bca58

Please sign in to comment.