Skip to content

Commit 8a8d936

Browse files
Remove failing KV namespace IDs from products (#723)
Since we recently hit our KV namespace limit on the developer docs, some of these KV namespaces were deleted, but the corresponding reference in some product docs (BYOIP, Registrar, SSL, and Stream) still exist. This causes staging builds to fail. This PR removes the KV namespace references from the wrangler.toml for these files, just in the staging deployment.
1 parent cf0d2a3 commit 8a8d936

File tree

4 files changed

+1
-6
lines changed

4 files changed

+1
-6
lines changed

products/byoip/wrangler.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name = "byoip"
22
type = "webpack"
33
account_id = "b54f07a6c269ecca2fa60f1ae4920c99" # cloudflare-docs.workers.dev
44
workers_dev = true
5-
kv_namespaces = [{ binding = "REDIRECTS", id = "b393a548b93e4c36936e9276dedf5f5a", preview_id = "b393a548b93e4c36936e9276dedf5f5a" }]
65

76
[env.production]
87
workers_dev = false

products/registrar/wrangler.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name = "registrar"
22
type = "webpack"
33
account_id = "b54f07a6c269ecca2fa60f1ae4920c99" # cloudflare-docs.workers.dev
44
workers_dev = true
5-
kv-namespaces = [{ binding = "REDIRECTS", id = "a08297023fa44f369c9828b0e7674960", preview_id = "a08297023fa44f369c9828b0e7674960" }]
65

76
[env.production]
87
workers_dev = false

products/ssl/wrangler.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name = "ssl"
22
type = "webpack"
33
account_id = "b54f07a6c269ecca2fa60f1ae4920c99" # cloudflare-docs.workers.dev
44
workers_dev = true
5-
kv-namespaces = [{ binding = "REDIRECTS_DEV", id = "59ccb75f5e064cd78291ad48c8c4bad0", preview_id = "59ccb75f5e064cd78291ad48c8c4bad0" }]
65

76
[env.production]
87
workers_dev = false

products/stream/wrangler.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name = "stream"
22
type = "webpack"
33
account_id = "b54f07a6c269ecca2fa60f1ae4920c99" # cloudflare-docs.workers.dev
44
workers_dev = true
5-
kv_namespaces = [
6-
{ binding = "REDIRECTS", id = "0f8c3cc688e140c08ca2d02b45a372ed", preview_id = "0f8c3cc688e140c08ca2d02b45a372ed" }
7-
]
5+
86

97
[env.production]
108
workers_dev = false

0 commit comments

Comments
 (0)