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

fix: Yq parsing error #172

Merged
merged 1 commit into from
Oct 31, 2024
Merged

fix: Yq parsing error #172

merged 1 commit into from
Oct 31, 2024

Conversation

ishaansehgal99
Copy link
Contributor

@ishaansehgal99 ishaansehgal99 commented Oct 31, 2024

Removing nu because it is causing parsing errors, yq will still find and replace all string values in the YAML without any additional parameters.

yq '(.. | select(tag == "!!str")) |= envsubst(nu)' gpu-provisioner-values-template.yaml > gpu-provisioner-values.yaml
Error: parsing expression: Lexer error: could not match text starting at 1:43 failing at 1:45.
	unmatched text: "nu)"

https://github.com/kaito-project/kaito/actions/runs/11617495492/job/32352844699?pr=641
https://github.com/kaito-project/kaito/actions/runs/11617205418/job/32351888506?pr=641

Signed-off-by: Ishaan Sehgal <ishaanforthewin@gmail.com>
@ishaansehgal99 ishaansehgal99 changed the title fix: yq parsing error fix: Yq parsing error Oct 31, 2024
@Fei-Guo Fei-Guo merged commit 3372fc7 into main Oct 31, 2024
6 of 7 checks passed
@Fei-Guo Fei-Guo deleted the ishaansehgal99-patch-1 branch October 31, 2024 18:32
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.

2 participants