Skip to content

Commit

Permalink
Fix comment errors and bug report (#24)
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
intls authored Jan 15, 2025
1 parent d4d94ec commit 0f888ac
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/nginx-cert-gke.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ In this tutorial, you'll set up two issuers for Let's Encrypt: Staging and produ
The Let's Encrypt production issuer has [very strict rate limits](https://letsencrypt.org/docs/rate-limits/). When you're experimenting and learning, you can easily hit those limits.
For this reason, you'll start by working with the Let's Encrypt staging issuer. Once you're happy that it's working correctly, yo can switch to using the production issuer.
For this reason, you'll start by working with the Let's Encrypt staging issuer. Once you're happy that it's working correctly, you can switch to using the production issuer.
> [!NOTE]
> You'll see a warning about untrusted certificates from the staging issuer, but this is expected.
Expand Down
2 changes: 1 addition & 1 deletion helm/mls-validation-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ image:
pullPolicy: IfNotPresent
tag: "latest"

# This is for the secretes for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
# This is for the secrets for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
imagePullSecrets: []
# This is to override the chart name.
nameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion helm/xmtp-payer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ image:
pullPolicy: IfNotPresent
tag: "latest"

# This is for the secretes for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
# This is for the secrets for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
imagePullSecrets: []
# This is to override the chart name.
nameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion helm/xmtpd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ image:
pullPolicy: IfNotPresent
tag: "latest"

# This is for the secretes for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
# This is for the secrets for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
imagePullSecrets: []
# This is to override the chart name.
nameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion terraform/aws/fargate-task-definition/_outputs.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
output "task_definition_arn" {
description = "The ARN of the task defintion"
description = "The ARN of the task definition"
value = aws_ecs_task_definition.task.arn
}

0 comments on commit 0f888ac

Please sign in to comment.