diff --git a/doc/nginx-cert-gke.md b/doc/nginx-cert-gke.md index 797b86f..329ef28 100644 --- a/doc/nginx-cert-gke.md +++ b/doc/nginx-cert-gke.md @@ -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. diff --git a/helm/mls-validation-service/values.yaml b/helm/mls-validation-service/values.yaml index fec1703..5caba16 100644 --- a/helm/mls-validation-service/values.yaml +++ b/helm/mls-validation-service/values.yaml @@ -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: "" diff --git a/helm/xmtp-payer/values.yaml b/helm/xmtp-payer/values.yaml index 1ffb4ff..28c1acd 100644 --- a/helm/xmtp-payer/values.yaml +++ b/helm/xmtp-payer/values.yaml @@ -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: "" diff --git a/helm/xmtpd/values.yaml b/helm/xmtpd/values.yaml index 020725a..17ef8fa 100644 --- a/helm/xmtpd/values.yaml +++ b/helm/xmtpd/values.yaml @@ -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: "" diff --git a/terraform/aws/fargate-task-definition/_outputs.tf b/terraform/aws/fargate-task-definition/_outputs.tf index e07e45d..04933ca 100644 --- a/terraform/aws/fargate-task-definition/_outputs.tf +++ b/terraform/aws/fargate-task-definition/_outputs.tf @@ -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 } \ No newline at end of file