diff --git a/tests/e2e/manifests/chi/test-016-settings-06.yaml b/tests/e2e/manifests/chi/test-016-settings-06.yaml
new file mode 100644
index 000000000..83a5605dd
--- /dev/null
+++ b/tests/e2e/manifests/chi/test-016-settings-06.yaml
@@ -0,0 +1,96 @@
+apiVersion: "clickhouse.altinity.com/v1"
+kind: "ClickHouseInstallation"
+
+metadata:
+ name: test-016-settings
+
+spec:
+ useTemplates:
+ - name: clickhouse-version
+ configuration:
+ clusters:
+ - name: default
+ layout:
+ shardsCount: 1
+ profiles:
+ default/max_memory_usage: 7000000000 # test for big value
+ users:
+ user2/profile: default
+ user2/quota: default
+ user2/password: l%XubpKqz2y!QsKlsynEEE6#Thknj&fG
+ user2/networks/ip: "::/0"
+ settings:
+ dictionaries_config: config.d/dict_*.xml
+ macros/layer: "03"
+ query_log: _removed_
+ files:
+ custom.xml: |
+
+
+ test-changed
+
+
+ config.d/custom4.xml: |
+
+
+ test-custom4
+
+
+ users.d/my_users.xml:
+
+
+
+
+ default
+ default
+
+
+
+ default
+ default
+
+
+
+ config.d/remote_servers.xml:
+
+
+
+
+ false
+
+ chi-test-016-settings-default-0-0
+ 9000
+
+
+
+
+
+ config.d/dict_three.xml: |
+
+
+ three
+
+ 60
+
+
+
+ dummy
+
+
+ three
+ dummy
+ UInt8
+ 0
+
+
+
+