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 authconfigmap.New() when object is empty #629

Merged
merged 1 commit into from
Mar 13, 2019
Merged

Conversation

rndstr
Copy link
Contributor

@rndstr rndstr commented Mar 13, 2019

The K8s client still returns a ConfigMap instance even if the object
wasn't found but the Data will just be empty.

This PR makes sure the Data is initialized.

The K8s client still returns a ConfigMap instance even if the object
wasn't found but the `Data` will just be empty.

This PR makes sure the `Data` is initialized.
@rndstr rndstr requested a review from errordeveloper March 13, 2019 16:21
Copy link
Contributor

@errordeveloper errordeveloper left a comment

Choose a reason for hiding this comment

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

LGTM! 🍰

@errordeveloper errordeveloper merged commit aaa2fcd into master Mar 13, 2019
@errordeveloper errordeveloper deleted the add-admin-role branch March 13, 2019 16:55
torredil pushed a commit to torredil/eksctl that referenced this pull request May 20, 2022
docs(readme): update link to developer documentation
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