Skip to content

feat(keda): Support for dnsConfig parameter#772

Merged
wozniakjan merged 1 commit into
kedacore:mainfrom
nitinverma9:add-dnsConfig-support
Aug 4, 2025
Merged

feat(keda): Support for dnsConfig parameter#772
wozniakjan merged 1 commit into
kedacore:mainfrom
nitinverma9:add-dnsConfig-support

Conversation

@nitinverma9

@nitinverma9 nitinverma9 commented Jul 31, 2025

Copy link
Copy Markdown
Contributor

Provide a description of what has been changed

Checklist

  • I have verified that my change is according to the deprecations & breaking changes policy
  • Commits are signed with Developer Certificate of Origin (DCO - learn more)
  • README is updated with new configuration values (if applicable) learn more
  • A PR is opened to update KEDA core (repo) (if applicable, ie. when deployment manifests are modified)

Fixes #

@nitinverma9 nitinverma9 requested a review from a team as a code owner July 31, 2025 09:48

@wozniakjan wozniakjan left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, just minor nit

I suppose this may overlap with recently merged #771, you may need to rebase

Comment thread keda/Chart.yaml Outdated
@nitinverma9 nitinverma9 force-pushed the add-dnsConfig-support branch 2 times, most recently from 4f9e5c0 to 6a57576 Compare August 1, 2025 10:30
@nitinverma9 nitinverma9 force-pushed the add-dnsConfig-support branch from 6a57576 to 8eb3ee7 Compare August 1, 2025 10:31
@nitinverma9

Copy link
Copy Markdown
Contributor Author

Hey @wozniakjan can this be merged anytime soon?

@wozniakjan

Copy link
Copy Markdown
Member

this, along with #771, both added very similar fields, I guess we can merge it as is and I will try to unify the approach with regards to the dns options passing in a standalone PR

dnsConfig:
{{- toYaml . | nindent 8 }}
{{- end }}

{{- if .Values.metricsServer.dnsConfig }}
dnsConfig:
{{- toYaml .Values.metricsServer.dnsConfig | nindent 8 }}
{{- end }}

@wozniakjan wozniakjan merged commit 64bfeba into kedacore:main Aug 4, 2025
36 checks passed
@wozniakjan wozniakjan mentioned this pull request Aug 4, 2025
3 tasks
@younsl

younsl commented Aug 8, 2025

Copy link
Copy Markdown

This is exactly what I needed. Nice work.

jaina-git pushed a commit to jaina-git/charts that referenced this pull request Sep 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants