Skip to content

Commit 41bbe8b

Browse files
author
Your Name
committed
Update helm-docs
1 parent 8ca8f13 commit 41bbe8b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ ctfd:
197197
| ctfd.uploadprovider.s3.access_key_id | string | `""` | AWS S3 bucket secret key id |
198198
| ctfd.uploadprovider.s3.bucket | string | `""` | AWS S3 bucket name |
199199
| ctfd.uploadprovider.s3.endpoint_url | string | `""` | AWS S3 bucket region |
200+
| ctfd.uploadprovider.s3.secretRef | object | `{"idKey":"AWS_ACCESS_KEY_ID","name":null,"secretKey":"AWS_SECRET_ACCESS_KEY"}` | External Secrets S3 Credentials |
200201
| ctfd.uploadprovider.s3.secret_access_key | string | `""` | AWS S3 bucket access key |
201202
| ctfd.volumeMounts | list | `[]` | CTFd volumeMounts |
202203
| ctfd.volumes | list | `[]` | CTFd volumes |
@@ -206,6 +207,7 @@ ctfd:
206207
| mariadb-galera.db.user | string | `"ctfd"` | ctfd database user |
207208
| mariadb-galera.enabled | bool | `true` | Deploys bitnami's mariadb-galera (set to false if you want to use an external database) |
208209
| mariadb-galera.external | object | ignored | External database connection details. Takes effect if `mariadb.enabled` is set to false |
210+
| mariadb-galera.external.secretRef | object | `{"databaseUrlKey":"DATABASE_URL","name":null}` | External Secrets DB Credentials |
209211
| mariadb-galera.extraFlags | string | Check `values.yaml`. Used by official CTFd `docker-compose.yml` | MariaDB primary entrypoint extra flags |
210212
| mariadb-galera.galera | object | `{"mariabackup":{"password":"ctfd"}}` | backup user (This is required by the subchart to do helm upgrades) |
211213
| mariadb-galera.galera.mariabackup.password | string | `"ctfd"` | backup user (This is required by the subchart to do helm upgrades) |

values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ ctfd:
5555

5656
uploadprovider:
5757
s3:
58+
# -- External Secrets S3 Credentials
5859
secretRef:
5960
name: null
6061
secretKey: AWS_SECRET_ACCESS_KEY
@@ -224,6 +225,7 @@ mariadb-galera:
224225
external:
225226
port: 3306
226227
host: external-mariadb-host
228+
# -- External Secrets DB Credentials
227229
secretRef:
228230
name: null
229231
databaseUrlKey: DATABASE_URL

0 commit comments

Comments
 (0)