mirror of https://github.com/hashicorp/consul
Fix casing in example yaml config
parent
6d5c01ec8b
commit
2da2736c3c
|
@ -320,7 +320,7 @@ Services = [
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
apiVersion: consul.hashicorp.com/v1alpha1
|
apiVersion: consul.hashicorp.com/v1alpha1
|
||||||
Kind: ExportedServices
|
kind: ExportedServices
|
||||||
metadata:
|
metadata:
|
||||||
name: default
|
name: default
|
||||||
spec:
|
spec:
|
||||||
|
@ -396,7 +396,7 @@ Services = [
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
apiVersion: consul.hashicorp.com/v1alpha1
|
apiVersion: consul.hashicorp.com/v1alpha1
|
||||||
Kind: ExportedServices
|
kind: ExportedServices
|
||||||
metadata:
|
metadata:
|
||||||
name: finance
|
name: finance
|
||||||
spec:
|
spec:
|
||||||
|
@ -477,7 +477,7 @@ Services = [
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
apiVersion: consul.hashicorp.com/v1alpha1
|
apiVersion: consul.hashicorp.com/v1alpha1
|
||||||
Kind: ExportedServices
|
kind: ExportedServices
|
||||||
metadata:
|
metadata:
|
||||||
name: finance
|
name: finance
|
||||||
spec:
|
spec:
|
||||||
|
@ -548,7 +548,7 @@ Services = [
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
apiVersion: consul.hashicorp.com/v1alpha1
|
apiVersion: consul.hashicorp.com/v1alpha1
|
||||||
Kind: ExportedServices
|
kind: ExportedServices
|
||||||
metadata:
|
metadata:
|
||||||
name: default
|
name: default
|
||||||
spec:
|
spec:
|
||||||
|
@ -607,7 +607,7 @@ Services = [
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
apiVersion: consul.hashicorp.com/v1alpha1
|
apiVersion: consul.hashicorp.com/v1alpha1
|
||||||
Kind: ExportedServices
|
kind: ExportedServices
|
||||||
metadata:
|
metadata:
|
||||||
name: default
|
name: default
|
||||||
spec:
|
spec:
|
||||||
|
@ -671,7 +671,7 @@ Services = [
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
apiVersion: consul.hashicorp.com/v1alpha1
|
apiVersion: consul.hashicorp.com/v1alpha1
|
||||||
Kind: ExportedServices
|
kind: ExportedServices
|
||||||
metadata:
|
metadata:
|
||||||
name: finance
|
name: finance
|
||||||
spec:
|
spec:
|
||||||
|
@ -737,7 +737,7 @@ Services = [
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
apiVersion: consul.hashicorp.com/v1alpha1
|
apiVersion: consul.hashicorp.com/v1alpha1
|
||||||
Kind: ExportedServices
|
kind: ExportedServices
|
||||||
metadata:
|
metadata:
|
||||||
name: finance
|
name: finance
|
||||||
spec:
|
spec:
|
||||||
|
|
Loading…
Reference in New Issue