Skip to content

Commit

Permalink
registering additional DNSProvider resources
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWeindel committed Jan 3, 2022
1 parent 17a1555 commit 086e248
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci/prepare_release
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fi
"${SOURCE_PATH}/charts/external-dns-management/" \
"${SOURCE_PATH}/VERSION" \
"${SOURCE_PATH}/examples/controller-registration.yaml" \
DNSProvider:aws-route53 DNSProvider:alicloud-dns DNSProvider:azure-dns DNSProvider:google-clouddns DNSProvider:openstack-designate DNSProvider:cloudflare-dns
DNSProvider:aws-route53 DNSProvider:alicloud-dns DNSProvider:azure-dns DNSProvider:azure-private-dns DNSProvider:google-clouddns DNSProvider:openstack-designate DNSProvider:cloudflare-dns DNSProvider:netlify-dns DNSProvider:infoblox-dns

VERSION_FILE="$(readlink -f "${SOURCE_PATH}/VERSION")"
VERSION="$(cat "${VERSION_FILE}")"
Expand Down
2 changes: 1 addition & 1 deletion charts/external-dns-management/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
*/

//go:generate ../../hack/generate-controller-registration.sh dns-external ../../charts/external-dns-management/ ../../VERSION ../../examples/controller-registration.yaml DNSProvider:aws-route53 DNSProvider:alicloud-dns DNSProvider:azure-dns DNSProvider:google-clouddns DNSProvider:openstack-designate DNSProvider:cloudflare-dns
//go:generate ../../hack/generate-controller-registration.sh dns-external ../../charts/external-dns-management/ ../../VERSION ../../examples/controller-registration.yaml DNSProvider:aws-route53 DNSProvider:alicloud-dns DNSProvider:azure-dns DNSProvider:azure-private-dns DNSProvider:google-clouddns DNSProvider:openstack-designate DNSProvider:cloudflare-dns DNSProvider:netlify-dns DNSProvider:infoblox-dns

// Package chart enables go:generate support for generating the correct controller registration.
package chart
Loading

0 comments on commit 086e248

Please sign in to comment.