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

Add missing chart properties #500

Merged
merged 1 commit into from
Nov 26, 2020
Merged

Add missing chart properties #500

merged 1 commit into from
Nov 26, 2020

Conversation

mkuratczyk
Copy link
Collaborator

Add all CRD properties that we forgot to expose through the helm chart. There is also a test to find such properties in the future. We should run that test in unit-tests/CI but I'd like to discuss whether we can find a better way to execute the test, specifically not to rely on the kubectl ex plugin so that:

  • we avoid querying Kubernetes API for something we actually have in the repo
  • we don't need the plugin in the CI image and don't require everyone to have it on their machines

I think test automation can be a separate PR. For now the most important part is exposing the missing properties.

Add a test to check if there are CRD properties not exposed by the chart
@mkuratczyk mkuratczyk merged commit 9cb3aac into main Nov 26, 2020
@mkuratczyk mkuratczyk deleted the missing-chart-props branch November 26, 2020 11:17
ChunyiLyu pushed a commit that referenced this pull request Nov 30, 2020
Add a test to check if there are CRD properties not exposed by the chart
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