Skip to content

Commit 79859ad

Browse files
authored
[Feature] Version v0.0.1
[Feature] Version v0.0.1
1 parent d0986c3 commit 79859ad

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ tokens:
9595
token: "app-team-secret"
9696
zones:
9797
- name: "example.com"
98-
subdomain_filter: "^app\\."
98+
subdomain_filter: '^app\.'
9999
allowed_record_types: ["A", "AAAA", "CNAME"]
100100
allowed_operations: ["list", "get", "add", "update", "delete"]
101101

config.example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ tokens:
1919
token: "app-team-secret"
2020
zones:
2121
- name: "example.com"
22-
subdomain_filter: "^app\\."
22+
subdomain_filter: '^app\.'
2323
allowed_record_types: ["A", "AAAA", "CNAME"]
2424
allowed_operations: ["list", "get", "add", "update", "delete"]
2525

tests/e2e/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def _build_config_yaml(admin_token: str) -> str:
100100
token: "{TOKENS['subdomain_filtered']}"
101101
zones:
102102
- name: "{ZONE_ALLOWED}"
103-
subdomain_filter: "^app\\."
103+
subdomain_filter: '^app\\.'
104104
105105
- name: "readonly"
106106
token: "{TOKENS['readonly']}"

0 commit comments

Comments
 (0)