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: use k8s yaml lib #113

Merged
merged 1 commit into from
Sep 12, 2024
Merged

fix: use k8s yaml lib #113

merged 1 commit into from
Sep 12, 2024

Conversation

marcosmarxm
Copy link
Member

In the previous pull request #103, it seems the YAML package was changed from "k8s.io/apimachinery/pkg/util/yaml" to "gopkg.in/yaml.v2". This change is causing issues when people try to use abctl with secrets.yaml. During the parsing operation, the metadata.name property of the secret is not parsed properly.

Proposal is to return to previous package but maybe we can work to get to fix the unmarshall step using the new package.

@marcosmarxm marcosmarxm requested a review from a team as a code owner September 12, 2024 00:56
@abuchanan-airbyte abuchanan-airbyte changed the title use previous lib to unmarshall yaml files fix: use k8s yaml lib Sep 12, 2024
@abuchanan-airbyte abuchanan-airbyte merged commit 8154b67 into main Sep 12, 2024
2 of 3 checks passed
@abuchanan-airbyte abuchanan-airbyte deleted the marcos/change-yaml-lib branch September 12, 2024 00:58
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