Rename bind DNS namespaces to ns-* #223

Merged
benvin merged 1 commits from benvin/rename-bind-namespaces into main 2026-07-03 21:16:24 +10:00
Owner

Renames the three BIND DNS app namespaces binddns-{auth,resolver,externaldns} -> ns-{auth,resolver,externaldns}.

Why

Shorter, clearer namespace names for the DNS tiers.

Changes

  • argocd/applicationsets/platform.yaml: overlay path registrations renamed (the ApplicationSet derives each app's namespace from its overlay dir name)
  • argocd/projects/platform.yaml: destination namespaces renamed

Coupled with

The per-tier PRs (#220/#221/#222) rename the overlay dirs + namespaces + external-dns hostnames to match. No app deploys to a renamed namespace until both this and the tier PR are merged (harmless before then — the ApplicationSet only instantiates apps for existing dirs).

Renames the three BIND DNS app namespaces `binddns-{auth,resolver,externaldns}` -> `ns-{auth,resolver,externaldns}`. ## Why Shorter, clearer namespace names for the DNS tiers. ## Changes - `argocd/applicationsets/platform.yaml`: overlay path registrations renamed (the ApplicationSet derives each app's namespace from its overlay dir name) - `argocd/projects/platform.yaml`: destination namespaces renamed ## Coupled with The per-tier PRs (#220/#221/#222) rename the overlay dirs + namespaces + external-dns hostnames to match. No app deploys to a renamed namespace until both this and the tier PR are merged (harmless before then — the ApplicationSet only instantiates apps for existing dirs).
unkinben added 1 commit 2026-07-03 20:51:43 +10:00
Rename bind DNS namespaces to ns-*
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
267c01c3a9
Renames the three BIND DNS app namespaces from binddns-* to ns-* (the
ApplicationSet derives each app's namespace from its overlay directory
name, so the registration and destinations move with the rename). The
matching overlay dirs are renamed in the per-tier PRs.

- applicationset: apps/overlays/*/binddns-{auth,resolver,externaldns}
  -> ns-{auth,resolver,externaldns}
- project: binddns-* destinations -> ns-*
benvin merged commit dbb5ad4f86 into main 2026-07-03 21:16:24 +10:00
benvin deleted branch benvin/rename-bind-namespaces 2026-07-03 21:16:24 +10:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unkin/argocd-apps#223