We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beb7f8b commit 8d94960Copy full SHA for 8d94960
charts/ds-server/Chart.yaml
@@ -5,4 +5,4 @@ maintainers:
5
- email: [email protected]
6
name: Elegant Themes
7
name: ds-server
8
-version: 1.0.9
+version: 1.0.10
charts/ds-server/templates/secrets.yml
@@ -23,6 +23,7 @@ stringData:
23
PRESSABLE_SHARED_KEY={{ .Values.PRESSABLE_SHARED_KEY | squote }}
24
REDIS_HOSTNAME={{ .Values.REDIS_HOSTNAME | squote }}
25
REDIS_NAME={{ .Values.REDIS_NAME | squote }}
26
+ SUPPORT_USERS={{ .Values.SUPPORT_USERS | squote }}
27
SWAGGER_ALLOWED_IPS={{ .Values.SWAGGER_ALLOWED_IPS | squote }}
28
VIRTUAL_HOST={{ .Values.VIRTUAL_HOST | squote }}
29
charts/ds-server/values.yaml
@@ -21,5 +21,6 @@ PRESSABLE_SHARED_KEY:
21
REDIS_HOSTNAME:
22
REDIS_NAME:
REPLICAS:
+SUPPORT_USERS:
SWAGGER_ALLOWED_IPS:
VIRTUAL_HOST:
0 commit comments