diff --git a/example/records/kustomization.yaml b/example/records/kustomization.yaml index c0c5f6d..3194c05 100644 --- a/example/records/kustomization.yaml +++ b/example/records/kustomization.yaml @@ -7,6 +7,5 @@ resources: - complex-record.yaml - mx-record.yaml - ns-record.yaml - - regexp-record.yaml - srv-record.yaml - text-record.yaml diff --git a/example/records/regexp-record.yaml b/example/records/regexp-record.yaml deleted file mode 100644 index 609e7cc..0000000 --- a/example/records/regexp-record.yaml +++ /dev/null @@ -1,23 +0,0 @@ ---- -apiVersion: externaldns.k8s.io/v1alpha1 -kind: DNSEndpoint -metadata: - name: regexp-record -spec: - endpoints: - - dnsName: - recordTTL: 180 - recordType: A - targets: - - 4.5.6.7 - providerSpecific: - - name: regexp - value: "*.regex.example.com" - - name: comment - value: "This is a comment" - - name: address-list - value: "1.2.3.1" - - name: match-subdomain - value: "true" - - name: disabled - value: "false"