Backport of Fix casing in example yaml config into release/1.16.x (#19407)
backport of commit 2da2736c3c9df2b1888894d3d441768abe288efb Co-authored-by: Nathan Coleman <nathan.coleman@hashicorp.com>
This commit is contained in:
parent
f77d61aafc
commit
3d7dc247fa
|
@ -320,7 +320,7 @@ Services = [
|
|||
|
||||
```yaml
|
||||
apiVersion: consul.hashicorp.com/v1alpha1
|
||||
Kind: ExportedServices
|
||||
kind: ExportedServices
|
||||
metadata:
|
||||
name: default
|
||||
spec:
|
||||
|
@ -396,7 +396,7 @@ Services = [
|
|||
|
||||
```yaml
|
||||
apiVersion: consul.hashicorp.com/v1alpha1
|
||||
Kind: ExportedServices
|
||||
kind: ExportedServices
|
||||
metadata:
|
||||
name: finance
|
||||
spec:
|
||||
|
@ -477,7 +477,7 @@ Services = [
|
|||
|
||||
```yaml
|
||||
apiVersion: consul.hashicorp.com/v1alpha1
|
||||
Kind: ExportedServices
|
||||
kind: ExportedServices
|
||||
metadata:
|
||||
name: finance
|
||||
spec:
|
||||
|
@ -548,7 +548,7 @@ Services = [
|
|||
|
||||
```yaml
|
||||
apiVersion: consul.hashicorp.com/v1alpha1
|
||||
Kind: ExportedServices
|
||||
kind: ExportedServices
|
||||
metadata:
|
||||
name: default
|
||||
spec:
|
||||
|
@ -607,7 +607,7 @@ Services = [
|
|||
|
||||
```yaml
|
||||
apiVersion: consul.hashicorp.com/v1alpha1
|
||||
Kind: ExportedServices
|
||||
kind: ExportedServices
|
||||
metadata:
|
||||
name: default
|
||||
spec:
|
||||
|
@ -671,7 +671,7 @@ Services = [
|
|||
|
||||
```yaml
|
||||
apiVersion: consul.hashicorp.com/v1alpha1
|
||||
Kind: ExportedServices
|
||||
kind: ExportedServices
|
||||
metadata:
|
||||
name: finance
|
||||
spec:
|
||||
|
@ -737,7 +737,7 @@ Services = [
|
|||
|
||||
```yaml
|
||||
apiVersion: consul.hashicorp.com/v1alpha1
|
||||
Kind: ExportedServices
|
||||
kind: ExportedServices
|
||||
metadata:
|
||||
name: finance
|
||||
spec:
|
||||
|
|
Loading…
Reference in New Issue