We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
external.addresses
I'm setting the domain and addresses in the external section of the helm chart:
external: domain: pnda.sh addresses: - redpanda-0-dev-ap-southeast-2 - redpanda-1-dev-ap-southeast-2 - redpanda-2-dev-ap-southeast-2
I'm also using external-dns annotations so A records get created for each broker. These records get created, but instead the records are for:
These should be using the details provided in the external section above.
$ helm get values <redpanda-release-name> -n <redpanda-release-namespace> --all # paste output here
No response
Redpanda
$ helm -n <redpanda-release-namespace> list # paste output here
JIRA Link: K8S-311
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
I'm setting the domain and addresses in the external section of the helm chart:
I'm also using external-dns annotations so A records get created for each broker. These records get created, but instead the records are for:
What did you expect to happen?
These should be using the details provided in the external section above.
How can we reproduce it (as minimally and precisely as possible)?. Please include values file.
Anything else we need to know?
No response
Which are the affected charts?
Redpanda
Chart Version(s)
Cloud provider
JIRA Link: K8S-311
The text was updated successfully, but these errors were encountered: