Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyelei committed Oct 12, 2024
1 parent bc9d8e5 commit f1c3e67
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions addons/mariadb/templates/actionset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ kind: ActionSet
metadata:
name: mariadb-physical-backup
labels:
clusterdefinition.kubeblocks.io/name: mariadb
dataprotection.kubeblocks.io/is-default-policy-template: "true"
{{- include "mariadb.labels" . | nindent 4 }}
spec:
env:
Expand Down
2 changes: 1 addition & 1 deletion addons/mariadb/templates/backuppolicytemplate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: BackupPolicyTemplate
metadata:
name: mariadb-backup-policy-template
labels:
clusterdefinition.kubeblocks.io/name: mariadb
{{- include "mariadb.labels" . | nindent 4 }}
spec:
serviceKind: Mariadb
compDefs:
Expand Down

0 comments on commit f1c3e67

Please sign in to comment.