025294ab7f
Adds the external-dns tier (authoritative cluster whose zones accept RFC2136 TSIG updates) + its TSIG key. Stacked on the bind-operator deploy so the CRDs and kubeconform schemas are present; merge the operator PR first. - add apps/base/binddns-externaldns and its au-syd1 overlay
11 lines
309 B
YAML
11 lines
309 B
YAML
---
|
|
# Key that external-dns (and DNSRecord objects) use to send RFC2136 dynamic
|
|
# updates to the primary. The operator generates the material into a Secret.
|
|
apiVersion: bind.unkin.net/v1alpha1
|
|
kind: BindTSIGKey
|
|
metadata:
|
|
name: externaldns-key
|
|
namespace: binddns-externaldns
|
|
spec:
|
|
algorithm: hmac-sha256
|