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

DOTNET-5980 Quote generated AgentConfiguration yaml values #231

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

gamingrobot
Copy link
Contributor

Fixes invalid yaml generated from ClusterAgentConfiguration

ClusterAgentConfiguration

yaml: |
  enabled: false
  foo:
    bar: "foobar"
  special: "%specialyaml"

AgentConfiguration

yaml: |
  enabled: 'false'
  foo.bar: 'foobar'
  special: '%specialyaml'

@gamingrobot gamingrobot requested a review from a team as a code owner November 21, 2024 21:33
@gamingrobot gamingrobot merged commit e315b75 into master Nov 21, 2024
17 checks passed
@gamingrobot gamingrobot deleted the DOTNET-5980-fix-yaml-quotes branch November 21, 2024 21:35
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.

1 participant