docs: Link to supported config kinds in `config write`
Remove statement about service-defaults and proxy-defaults being the only supported configuration entry types. Update the sentence to point to the configuration entry documentation for a list of supported types.
This commit is contained in:
parent
86d6d2b3ba
commit
d571fc0fd4
|
@ -70,8 +70,9 @@ From stdin:
|
|||
|
||||
### Config Entry examples
|
||||
|
||||
All config entries must have a `Kind` when registered. Currently, the only
|
||||
supported types are `service-defaults` and `proxy-defaults`.
|
||||
All config entries must have a `Kind` when registered. See
|
||||
[Service Mesh - Config Entries](/docs/connect/config-entries) for the list of
|
||||
supported config entries.
|
||||
|
||||
#### Service defaults
|
||||
|
||||
|
|
Loading…
Reference in New Issue