Skip to content

Commit

Permalink
fix: turn it on
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywhitaker3 committed Mar 9, 2024
1 parent 9abb2ff commit b8e5c90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions argo/cluster/databases/mariadb/chart/database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,13 @@ spec:
galera:
enabled: true
config:
volumeClaimTemplate:
storageClassName: longhorn-single-replica
resources:
requests:
storage: 64M
accessModes:
- ReadWriteOnce
reuseStorageVolume: true
recovery:
enabled: true

podSecurityContext:
runAsUser: 0

rootPasswordSecretKeyRef:
name: mariadb-secrets
key: root-password
Expand Down

0 comments on commit b8e5c90

Please sign in to comment.