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 nil pointer exception in jsonnet logic #1435

Merged
merged 1 commit into from
Feb 21, 2024
Merged

Conversation

HVBE
Copy link
Collaborator

@HVBE HVBE commented Feb 21, 2024

Fixes a nil pointer exception caused by the logic attempting to parse SecretKeyRefs even if ConfigMapKeyRefs were declared in the dashboard.Spec.EnvFrom

Additionally, fix the envFrom: - configMapKeyRef case in e2e tests

@HVBE
Copy link
Collaborator Author

HVBE commented Feb 21, 2024

When reviewing, please make sure to expand the entire file, due to Githubs unfortunate "compression" of changed lines, it appears like the logic was changed in one function, when in fact there are two distinct changes in two distinct functions

@theSuess theSuess merged commit e1aa86d into master Feb 21, 2024
11 checks passed
@theSuess theSuess deleted the jsonnet-configmapref-fix branch February 21, 2024 14:44
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