Skip to content

Commit

Permalink
lint correction
Browse files Browse the repository at this point in the history
  • Loading branch information
owais-rehman committed Feb 10, 2025
1 parent 27d4270 commit 4207b13
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ spec:
- **`.spec.dnsNames`**: List of DNS names that you want this certificate to support.
- **`.spec.issuerRef.name`**: Name of the cluster issuer that you want to use when creating this certificate. You can confirm value for this field with cluster admin.

!!! note
Avoid modifying/deleting existing certificates as this might cause rate limiting at letsencrypt side. You can read more about this [here](https://letsencrypt.org/docs/rate-limits/)

### Route

```yaml
Expand Down Expand Up @@ -63,7 +66,7 @@ spec:
```

!!! note
The way you deploy these resources totally depend on how you want to ship it to cluster. If you want to deploy it with a particular application (which is a common case), then you need to ship it from your app-gitops repo as a part of your application's helm chart.
The way you deploy these resources totally depend on how you want to ship it to cluster. If you want to deploy it with a particular application (which is a common case), then you need to ship it from your `app-gitops` repo as a part of your application's helm chart.

## Step 3: Validation

Expand All @@ -84,4 +87,4 @@ The way you deploy these resources totally depend on how you want to ship it to
1. Confirm that:
- The Route resource is listed.
- Its status is Accepted.
- The DNS name and TLS configuration are correct.
- The DNS name and TLS configuration are correct.

0 comments on commit 4207b13

Please sign in to comment.