mirror of https://github.com/hashicorp/consul
Fix casing in example yaml config
parent
6d5c01ec8b
commit
2da2736c3c
|
@ -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