Skip to content

Commit

Permalink
fix: remove hard coded service account in template (#4602)
Browse files Browse the repository at this point in the history
(cherry picked from commit ea1d665)
  • Loading branch information
lynnleelhl committed Aug 3, 2023
1 parent 4e0fc66 commit 62db0a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions deploy/apecloud-mysql/templates/clustertemplate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ spec: # ClusterSpec struct
componentDefRef: mysql # ref clusterdefinition componentDefs.name
monitor: false
replicas: 1
serviceAccountName: kb-release-name-apecloud-mysql-cluster
enabledLogs: ["slow","error"]
volumeClaimTemplates:
- name: data # ref clusterdefinition components.containers.volumeMounts.name
Expand All @@ -31,7 +30,6 @@ spec: # ClusterSpec struct
componentDefRef: mysql # ref clusterdefinition componentDefs.name
monitor: false
replicas: 3
serviceAccountName: kb-release-name-apecloud-mysql-cluster
enabledLogs: ["slow","error"]
volumeClaimTemplates:
- name: data # ref clusterdefinition components.containers.volumeMounts.name
Expand Down

0 comments on commit 62db0a1

Please sign in to comment.