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 secretkeyref omitempty wrong symbol causing invalid crd field generation #1199

Merged
merged 1 commit into from
Aug 17, 2023

Conversation

HVBE
Copy link
Collaborator

@HVBE HVBE commented Aug 17, 2023

Fixes a wrong symbol used for tag splitting, this caused the field to be assigned the name of value:omitempty, rather than what the intent was, to assign the name value and add an omitempty call in the json tag.

@HVBE
Copy link
Collaborator Author

HVBE commented Aug 17, 2023

@mhaddon this should fix the issue for you

@HVBE
Copy link
Collaborator Author

HVBE commented Aug 17, 2023

Looks like we're hitting rate limiting on CI, nothing to be concerned about, will re-run after approvals

@@ -113,7 +113,7 @@ type GrafanaDashboardEnv struct {
Name string `json:"name"`
// Inline evn value
Copy link
Collaborator

Choose a reason for hiding this comment

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

typo?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Hmm, maybe it's time for us to run a spell checker on the entire repo 😅

Copy link
Collaborator

@pb82 pb82 left a comment

Choose a reason for hiding this comment

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

good spot, thanks!

@HVBE HVBE merged commit 46a912c into master Aug 17, 2023
9 checks passed
@HVBE HVBE deleted the secretkeyref-omitempty-fix branch August 17, 2023 08:55
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.

None yet

2 participants