Rename bind DNS namespaces to ns-*
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful

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-*
This commit is contained in:
2026-07-03 20:51:27 +10:00
parent 4b8f9313c8
commit 267c01c3a9
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -13,9 +13,9 @@ spec:
- path: apps/overlays/*/authentik
- path: apps/overlays/*/artifactapi
- path: apps/overlays/*/bind-system
- path: apps/overlays/*/binddns-auth
- path: apps/overlays/*/binddns-resolver
- path: apps/overlays/*/binddns-externaldns
- path: apps/overlays/*/ns-auth
- path: apps/overlays/*/ns-resolver
- path: apps/overlays/*/ns-externaldns
- path: apps/overlays/*/age-api
- path: apps/overlays/*/cattle-system
- path: apps/overlays/*/cert-manager
+3 -3
View File
@@ -21,11 +21,11 @@ spec:
server: https://kubernetes.default.svc
- namespace: 'authentik'
server: https://kubernetes.default.svc
- namespace: 'binddns-auth'
- namespace: 'ns-auth'
server: https://kubernetes.default.svc
- namespace: 'binddns-resolver'
- namespace: 'ns-resolver'
server: https://kubernetes.default.svc
- namespace: 'binddns-externaldns'
- namespace: 'ns-externaldns'
server: https://kubernetes.default.svc
- namespace: 'cert-manager'
server: https://kubernetes.default.svc