Skip to content

Commit

Permalink
chore: revert configmap name of apecloud-mysql reload scripts (#6112)
Browse files Browse the repository at this point in the history
  • Loading branch information
sophon-zt committed Dec 18, 2023
1 parent b107620 commit c29fd08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addons/mysql/templates/config-constraint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
reloadOptions:
tplScriptTrigger:
sync: true
scriptConfigMapRef: oracle-mysql-reload-script
scriptConfigMapRef: mysql-reload-script
namespace: {{ .Release.Namespace }}

# top level mysql configuration type
Expand Down
2 changes: 1 addition & 1 deletion addons/mysql/templates/scripts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ data:
apiVersion: v1
kind: ConfigMap
metadata:
name: oracle-mysql-reload-script
name: mysql-reload-script
labels:
{{- include "mysql.labels" . | nindent 4 }}
data:
Expand Down

0 comments on commit c29fd08

Please sign in to comment.