consul
consul copied to clipboard
Website: Update Available Fields for ServiceDefaults CRD
Description
The current website page for Service Defaults Configuration Entry displays the "partition" field under the metadata parent for the Kubernetes CRD for service-defaults. However, upon inspecting the CRD directly, the "partition" field is located under
spec:
upstreamConfig:
overrides:
- partition
and
spec:
upstreamConfig:
defaults:
- partition
In addition, it appears as though the namespace and name fields are missing from the defaults section of the upstreamConfig as well in the documentation.
As such, requesting the following changes from the website documentation (under the Available Fields section of the ServiceDefaults page)
- Added the Partition field under
upstreamConfig: defaults:section - Added the Partition field under the
upstreamConfig: overrides:section - Added the Name and Namespace fields under the
upstreamConfig: defaultssection - Removed the Partition field from the
metadatasection
Testing & Reproduction steps
None, added/edited json for the website for documentation purposes
PR Checklist
- [ ] updated test coverage
- [X] external facing docs updated
- [X] not a security concern
This pull request has been automatically flagged for inactivity because it has not been acted upon in the last 60 days. It will be closed if no new activity occurs in the next 30 days. Please feel free to re-open to resurrect the change if you feel this has happened by mistake. Thank you for your contributions.
Closing due to inactivity. If you feel this was a mistake or you wish to re-open at any time in the future, please leave a comment and it will be re-surfaced for the maintainers to review.