Skip to content

Commit

Permalink
fix: mysql template conflicts (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuriwuyun authored Dec 19, 2023
1 parent 2fdda40 commit 4bf9585
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions addons/mysql/templates/actionset-volumesnapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ spec:
command:
- bash
- -c
- |
rm -rf ${DATA_DIR}/auto.cnf
- rm -rf ${DATA_DIR}/auto.cnf
3 changes: 2 additions & 1 deletion addons/oracle-mysql/templates/clusterversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ spec:
- name: mysql-exporter
image: prom/mysqld-exporter:v0.14.0
imagePullPolicy: {{ default .Values.image.pullPolicy "IfNotPresent" }}

---
apiVersion: apps.kubeblocks.io/v1alpha1
kind: ClusterVersion
Expand All @@ -41,4 +42,4 @@ spec:
templateRef: oracle-mysql-perf-config-template
constraintRef: oracle-mysql-config-constraints
volumeName: configs
namespace: {{ .Release.Namespace }}
namespace: {{ .Release.Namespace }}

0 comments on commit 4bf9585

Please sign in to comment.