Skip to content

Commit

Permalink
Address markdown linting issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadeos-Menlo committed Feb 10, 2025
1 parent 19fde98 commit a45b9e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/tutorials/google.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ command-line argument. Alternatively, a location may be explicitly specified via
of Google Cloud's [locations/regions](https://cloud.google.com/docs/geography-and-regions).

For example:

```yaml
apiVersion: externaldns.k8s.io/v1alpha1
kind: DNSEndpoint
Expand All @@ -44,6 +45,7 @@ annotation must also be applied providing a string value representation of an in
the list of potential responses.

For example:

```yaml
apiVersion: externaldns.k8s.io/v1alpha1
kind: DNSEndpoint
Expand All @@ -53,4 +55,4 @@ metadata:
external-dns.alpha.kubernetes.io/google-routing-policy: "wrr"
external-dns.alpha.kubernetes.io/google-weight: "100.0"
external-dns.alpha.kubernetes.io/set-identifier: "0"
```
```

0 comments on commit a45b9e6

Please sign in to comment.