Skip to content

Commit

Permalink
✨ Add CLIENT_CHECK_VERSION env var to score processor
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePooN committed Oct 28, 2024
1 parent e6d6eb2 commit 5cd4ffd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions osu/osu-queue-score-statistics/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ stringData:
DB_PASS: {{ .Values.config.db.password | quote }}
DB_NAME: {{ .Values.config.db.database | quote }}
REDIS_HOST: {{ required "Missing redis host" .Values.config.redis.host | quote }}
CLIENT_CHECK_VERSION: {{ .Values.config.clientCheckVersion | int | quote }}
{{- end }}
3 changes: 2 additions & 1 deletion osu/osu-queue-score-statistics/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ config:
# sentryDsn: ""
# schema: ""
# usersTable: phpbb_users
# config.db and config.redis will be ignored if useSharedSecretsFromOsuWebChart, using secrets from parent chart
# db, redis and clientCheckVersion will be ignored if useSharedSecretsFromOsuWebChart, using secrets from parent chart
db: {}
# if connectionString is set, other values are ignored
# connectionString: ""
Expand All @@ -22,6 +22,7 @@ config:
# database: ""
redis: {}
# host: ""
clientCheckVersion: false

extraEnv: []

Expand Down

0 comments on commit 5cd4ffd

Please sign in to comment.