We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd8ecb8 commit c9ca150Copy full SHA for c9ca150
charts/simcore-charts/resource-usage-tracker/values.yaml.gotmpl
@@ -131,10 +131,14 @@ env:
131
value: {{ requiredEnv "RABBIT_SECURE" }}
132
- name: RABBIT_USER
133
value: {{ requiredEnv "RABBIT_USER" }}
134
+ - name: REDIS_USER
135
+ value: {{ requiredEnv "REDIS_USER" }}
136
- name: REDIS_HOST
137
value: {{ requiredEnv "REDIS_EXTERNAL_HOST" }}
138
- name: REDIS_PORT
139
value: {{ requiredEnv "REDIS_EXTERNAL_PORT" }}
140
+ - name: REDIS_SECURE
141
+ value: {{ requiredEnv "REDIS_SECURE" }}
142
- name: REDIS_PASSWORD
143
value: {{ requiredEnv "REDIS_PASSWORD" }}
144
sensitive: true
0 commit comments