Skip to content

Commit

Permalink
feat: added support users.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfade committed Sep 19, 2024
1 parent beb7f8b commit 8d94960
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/ds-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ maintainers:
- email: [email protected]
name: Elegant Themes
name: ds-server
version: 1.0.9
version: 1.0.10
1 change: 1 addition & 0 deletions charts/ds-server/templates/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ stringData:
PRESSABLE_SHARED_KEY={{ .Values.PRESSABLE_SHARED_KEY | squote }}
REDIS_HOSTNAME={{ .Values.REDIS_HOSTNAME | squote }}
REDIS_NAME={{ .Values.REDIS_NAME | squote }}
SUPPORT_USERS={{ .Values.SUPPORT_USERS | squote }}
SWAGGER_ALLOWED_IPS={{ .Values.SWAGGER_ALLOWED_IPS | squote }}
VIRTUAL_HOST={{ .Values.VIRTUAL_HOST | squote }}
1 change: 1 addition & 0 deletions charts/ds-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ PRESSABLE_SHARED_KEY:
REDIS_HOSTNAME:
REDIS_NAME:
REPLICAS:
SUPPORT_USERS:
SWAGGER_ALLOWED_IPS:
VIRTUAL_HOST:

0 comments on commit 8d94960

Please sign in to comment.