mirror of https://github.com/status-im/consul.git
Fix casing in example yaml config (#19369)
This commit is contained in:
parent
0abd96c0d9
commit
01bfa2ce24
|
@ -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