EPMDEDP-17293: docs: Correct the GitProvider description in the GitServer CRD - #315
Merged
Merged
Conversation
…rver CRD The field documented a default of gerrit and omitted bitbucket, while the kubebuilder markers next to it default to github and accept four providers. The text ships in the CRD served by the cluster, so a reader who trusts it picks the wrong provider or expects a default that was never applied. Related: EPMDEDP-17293 Signed-off-by: Sergiy Kulanov <sergiy_kulanov@epam.com>
Collaborator
Pipeline
|
| Status | Task | Duration |
|---|---|---|
| ✓ Passed | github-set-pending-status | 5s |
| ✓ Passed | fetch-repository | 12s |
| ✓ Passed | init-values | 5s |
| ✓ Passed | get-cache | 2m16s |
| ✓ Passed | commit-validate | 6s |
| ✓ Passed | dockerfile-lint | 5s |
| ✓ Passed | helm-lint | 4s |
| ✓ Passed | helm-docs | 22s |
| ✓ Passed | build | 2m29s |
| ✓ Passed | sonar | 22s |
| ✓ Passed | save-cache | 1m37s |
| ✓ Passed | buildkit-build | 45s |
| ✓ Passed | github-report-pipeline-status | 6s |
Pushing new commits re-runs this pipeline automatically.
To re-run it without new commits, comment/recheck.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The field documented a default of gerrit and omitted bitbucket, while the kubebuilder markers next to it default to github and accept four providers. The text ships in the CRD served by the cluster, so a reader who trusts it picks the wrong provider or expects a default that was never applied.