Rename bind DNS namespaces to ns-* #223
Reference in New Issue
Block a user
Delete Branch "benvin/rename-bind-namespaces"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 renamedCoupled 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 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-*