knative / serving

Kubernetes-based, scale-to-zero, request-driven compute
https://knative.dev/docs/serving/
Apache License 2.0
5.54k stars 1.15k forks source link

Expand YAML anchors in releases #9350

Closed scothis closed 3 years ago

scothis commented 4 years ago

Describe the feature

YAML anchors allow a portion of the document to be reused elsewhere with the doc. While useful to keep config DRY, the YAML ecosystem does not have uniform support. To avoid issues when using Knative releases, it would be nice for the anchors to be expanded in the release yaml.

Example https://github.com/knative/serving/blob/v0.17.2/config/core/resources/service.yaml#L27

Refs https://github.com/k14s/ytt/issues/186

github-actions[bot] commented 3 years ago

This issue is stale because it has been open for 90 days with no activity. It will automatically close after 30 more days of inactivity. Reopen the issue with /reopen. Mark the issue as fresh by adding the comment /remove-lifecycle stale.