Skip to content
New issue

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

bitnami/external-dns --- how to form fqdnTemplate with Values... #31081

Open
chris8205 opened this issue Dec 17, 2024 · 0 comments
Open

bitnami/external-dns --- how to form fqdnTemplate with Values... #31081

chris8205 opened this issue Dec 17, 2024 · 0 comments
Assignees
Labels
tech-issues The user has a technical issue about an application triage Triage is needed

Comments

@chris8205
Copy link

Name and Version

bitnami/external-dns

What architecture are you using?

amd64

What steps will reproduce the bug?

i would like to do something like this..


values.yaml

global:
domain: mydomain.tld

external-dns:
fqdnTemplates:
- {{{{.Name}}.{{.Namespace}}}}.{{ .Values.global.domain }}


at the end i would like to get template names like

MyService.MyNamespace.mydomain.tld

Are you using any custom parameters or values?

think something like this...

fqdnTemplates:
- {{{{.Name}}.{{.Namespace}}}}.{{ .Values.global.domain }}

What is the expected behavior?

--fqdnTemplate={{.Name}}.{{.Namespace}}.mydomain.tld

What do you see instead?

--fqdnTemplate={{{{.Name}}.{{.Namespace}}}}.{{ .Values.global.domain }}

Additional information

No response

@chris8205 chris8205 added the tech-issues The user has a technical issue about an application label Dec 17, 2024
@github-actions github-actions bot added the triage Triage is needed label Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech-issues The user has a technical issue about an application triage Triage is needed
Projects
None yet
Development

No branches or pull requests

2 participants