Skip to content

Commit 717e23b

Browse files
A wild helm chart has appeared!
1 parent 6d0a02c commit 717e23b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ mariadb:
207207
# @default -- Check `values.yaml`. Used by official CTFd `docker-compose.yml`
208208
extraFlags: "--character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci --wait_timeout=28800 --log-warnings=0"
209209
# -- Check Bintami's documentation
210-
resourcePreset: small
210+
resourcesPreset: small
211211
persistence:
212212
enabled: true
213213
size: 2Gi
@@ -216,7 +216,7 @@ mariadb:
216216
# @default -- Check `values.yaml`. Used by official CTFd `docker-compose.yml`
217217
extraFlags: "--character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci --wait_timeout=28800 --log-warnings=0"
218218
# -- Check Bintami's documentation
219-
resourcePreset: small
219+
resourcesPreset: small
220220
replicaCount: 1
221221
persistence:
222222
enabled: true

0 commit comments

Comments
 (0)