As it turns out, it's not possible to reuse a YAML anchor. At least in Rust's `serde_yaml`, only the final definition is used. All references, even those that appear before the final definition, use the same definition. Thus, each application that refers to its own URL in its match criteria needs a unique anchor. |
||
---|---|---|
.. | ||
config.yml | ||
ingress.yaml | ||
kustomization.yaml | ||
namespace.yaml | ||
secrets.yaml | ||
status-server-ca.yaml | ||
status-server.yaml |