File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 40
40
DIFFGRAM_MINIO_DISABLED_SSL_VERIFY: { {.Values.diffgramSettings.DIFFGRAM_MINIO_DISABLED_SSL_VERIFY} }
41
41
RABBITMQ_HOST: { {.Values.diffgramSettings.RABBITMQ_HOST} }
42
42
RABBITMQ_PORT: { {.Values.diffgramSettings.RABBITMQ_PORT} }
43
+ RABBITMQ_USE_SSL: { {.Values.diffgramSettings.RABBITMQ_USE_SSL} }
43
44
RABBITMQ_DEFAULT_USER: { {.Values.rabbitmq.auth.username} }
44
45
USE_OAUTH2: { {.Values.diffgramSettings.USE_OAUTH2} }
45
46
OAUTH2_PROVIDER_NAME: { {.Values.diffgramSettings.OAUTH2_PROVIDER_NAME} }
Original file line number Diff line number Diff line change 15
15
- port : 5432
16
16
selector :
17
17
app : postgres
18
- {{ end }}
18
+ {{ end }}
19
+
Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ diffgramSettings:
102
102
DIFFGRAM_MINIO_DISABLED_SSL_VERIFY : ' "False"'
103
103
RABBITMQ_PORT : " '5672'"
104
104
RABBITMQ_HOST : " diffgram-rabbitmq"
105
+ RABBITMQ_USE_SSL : ' "False"'
105
106
SIGNED_URL_CACHE_MINIMUM_DAYS_VALID : " '5'"
106
107
SIGNED_URL_CACHE_NEW_OFFSET_DAYS_VALID : " '6'"
107
108
You can’t perform that action at this time.
0 commit comments