@@ -95,8 +95,6 @@ public function create(Cluster $cluster): Response
95
95
'postgresql_version ' ,
96
96
'postgresql_backup_interval ' ,
97
97
'postgresql_backup_local_retention ' ,
98
- 'mariadb_toolkit_enabled ' ,
99
- 'mariadb_toolkit_scans_enabled ' ,
100
98
'bubblewrap_toolkit_enabled ' ,
101
99
'sync_toolkit_enabled ' ,
102
100
'automatic_borg_repositories_prune_enabled ' ,
@@ -111,6 +109,18 @@ public function create(Cluster $cluster): Response
111
109
'meilisearch_backup_local_retention ' ,
112
110
'automatic_upgrades_enabled ' ,
113
111
'firewall_rules_external_providers_enabled ' ,
112
+ 'grafana_domain ' ,
113
+ 'singlestore_studio_domain ' ,
114
+ 'singlestore_api_domain ' ,
115
+ 'singlestore_license_key ' ,
116
+ 'singlestore_root_password ' ,
117
+ 'elasticsearch_default_users_password ' ,
118
+ 'rabbitmq_erlang_cookie ' ,
119
+ 'rabbitmq_admin_password ' ,
120
+ 'metabase_domain ' ,
121
+ 'metabase_database_password ' ,
122
+ 'kibana_domain ' ,
123
+ 'rabbitmq_management_domain ' ,
114
124
'site_id ' ,
115
125
]);
116
126
@@ -141,8 +151,6 @@ public function create(Cluster $cluster): Response
141
151
'postgresql_version ' ,
142
152
'postgresql_backup_interval ' ,
143
153
'postgresql_backup_local_retention ' ,
144
- 'mariadb_toolkit_enabled ' ,
145
- 'mariadb_toolkit_scans_enabled ' ,
146
154
'bubblewrap_toolkit_enabled ' ,
147
155
'sync_toolkit_enabled ' ,
148
156
'automatic_borg_repositories_prune_enabled ' ,
@@ -157,6 +165,18 @@ public function create(Cluster $cluster): Response
157
165
'meilisearch_backup_local_retention ' ,
158
166
'automatic_upgrades_enabled ' ,
159
167
'firewall_rules_external_providers_enabled ' ,
168
+ 'grafana_domain ' ,
169
+ 'singlestore_studio_domain ' ,
170
+ 'singlestore_api_domain ' ,
171
+ 'singlestore_license_key ' ,
172
+ 'singlestore_root_password ' ,
173
+ 'elasticsearch_default_users_password ' ,
174
+ 'rabbitmq_erlang_cookie ' ,
175
+ 'rabbitmq_admin_password ' ,
176
+ 'metabase_domain ' ,
177
+ 'metabase_database_password ' ,
178
+ 'kibana_domain ' ,
179
+ 'rabbitmq_management_domain ' ,
160
180
'site_id ' ,
161
181
])
162
182
);
@@ -202,8 +222,6 @@ public function update(Cluster $cluster): Response
202
222
'postgresql_version ' ,
203
223
'postgresql_backup_interval ' ,
204
224
'postgresql_backup_local_retention ' ,
205
- 'mariadb_toolkit_enabled ' ,
206
- 'mariadb_toolkit_scans_enabled ' ,
207
225
'bubblewrap_toolkit_enabled ' ,
208
226
'sync_toolkit_enabled ' ,
209
227
'automatic_borg_repositories_prune_enabled ' ,
@@ -218,6 +236,18 @@ public function update(Cluster $cluster): Response
218
236
'meilisearch_backup_local_retention ' ,
219
237
'automatic_upgrades_enabled ' ,
220
238
'firewall_rules_external_providers_enabled ' ,
239
+ 'grafana_domain ' ,
240
+ 'singlestore_studio_domain ' ,
241
+ 'singlestore_api_domain ' ,
242
+ 'singlestore_license_key ' ,
243
+ 'singlestore_root_password ' ,
244
+ 'elasticsearch_default_users_password ' ,
245
+ 'rabbitmq_erlang_cookie ' ,
246
+ 'rabbitmq_admin_password ' ,
247
+ 'metabase_domain ' ,
248
+ 'metabase_database_password ' ,
249
+ 'kibana_domain ' ,
250
+ 'rabbitmq_management_domain ' ,
221
251
'site_id ' ,
222
252
'customer_id ' ,
223
253
'id ' ,
@@ -251,8 +281,6 @@ public function update(Cluster $cluster): Response
251
281
'postgresql_version ' ,
252
282
'postgresql_backup_interval ' ,
253
283
'postgresql_backup_local_retention ' ,
254
- 'mariadb_toolkit_enabled ' ,
255
- 'mariadb_toolkit_scans_enabled ' ,
256
284
'bubblewrap_toolkit_enabled ' ,
257
285
'sync_toolkit_enabled ' ,
258
286
'automatic_borg_repositories_prune_enabled ' ,
@@ -267,6 +295,18 @@ public function update(Cluster $cluster): Response
267
295
'meilisearch_backup_local_retention ' ,
268
296
'automatic_upgrades_enabled ' ,
269
297
'firewall_rules_external_providers_enabled ' ,
298
+ 'grafana_domain ' ,
299
+ 'singlestore_studio_domain ' ,
300
+ 'singlestore_api_domain ' ,
301
+ 'singlestore_license_key ' ,
302
+ 'singlestore_root_password ' ,
303
+ 'elasticsearch_default_users_password ' ,
304
+ 'rabbitmq_erlang_cookie ' ,
305
+ 'rabbitmq_admin_password ' ,
306
+ 'metabase_domain ' ,
307
+ 'metabase_database_password ' ,
308
+ 'kibana_domain ' ,
309
+ 'rabbitmq_management_domain ' ,
270
310
'site_id ' ,
271
311
'customer_id ' ,
272
312
'id ' ,
0 commit comments