Skip to content

Commit

Permalink
Backport of Fix casing in example yaml config into release/1.12.x (#1…
Browse files Browse the repository at this point in the history
…9403)

Backport of Fix casing in example yaml config to release/1.12.x

Co-authored-by: Nathan Coleman <[email protected]>
  • Loading branch information
1 parent bc5b187 commit 555cd5b
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ Services = [

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

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

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

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

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

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

0 comments on commit 555cd5b

Please sign in to comment.