Skip to content

Commit

Permalink
Fix casing in example yaml config
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancoleman committed Oct 25, 2023
1 parent 6d5c01e commit 2da2736
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ Services = [

```yaml
apiVersion: consul.hashicorp.com/v1alpha1
Kind: ExportedServices
kind: ExportedServices
metadata:
name: default
spec:
Expand Down Expand Up @@ -396,7 +396,7 @@ Services = [

```yaml
apiVersion: consul.hashicorp.com/v1alpha1
Kind: ExportedServices
kind: ExportedServices
metadata:
name: finance
spec:
Expand Down Expand Up @@ -477,7 +477,7 @@ Services = [

```yaml
apiVersion: consul.hashicorp.com/v1alpha1
Kind: ExportedServices
kind: ExportedServices
metadata:
name: finance
spec:
Expand Down Expand Up @@ -548,7 +548,7 @@ Services = [

```yaml
apiVersion: consul.hashicorp.com/v1alpha1
Kind: ExportedServices
kind: ExportedServices
metadata:
name: default
spec:
Expand Down Expand Up @@ -607,7 +607,7 @@ Services = [

```yaml
apiVersion: consul.hashicorp.com/v1alpha1
Kind: ExportedServices
kind: ExportedServices
metadata:
name: default
spec:
Expand Down Expand Up @@ -671,7 +671,7 @@ Services = [

```yaml
apiVersion: consul.hashicorp.com/v1alpha1
Kind: ExportedServices
kind: ExportedServices
metadata:
name: finance
spec:
Expand Down Expand Up @@ -737,7 +737,7 @@ Services = [

```yaml
apiVersion: consul.hashicorp.com/v1alpha1
Kind: ExportedServices
kind: ExportedServices
metadata:
name: finance
spec:
Expand Down

0 comments on commit 2da2736

Please sign in to comment.