From f94ee9d100e8f3cdbd43ae9e636a9d198c642b06 Mon Sep 17 00:00:00 2001 From: sfox-equinix Date: Tue, 10 Sep 2024 14:38:06 -0400 Subject: [PATCH] fulcio: Fixed silly typo in README. ubernetes is the new kubernetes. Co-authored-by: Bob Callaway Signed-off-by: sfox-equinix --- charts/fulcio/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/fulcio/README.md b/charts/fulcio/README.md index 9034d2bd..b206d29f 100644 --- a/charts/fulcio/README.md +++ b/charts/fulcio/README.md @@ -121,7 +121,7 @@ helm uninstall [RELEASE_NAME] | server.args.grpcPort | int | `5554` | | | server.args.hsm_caroot_id | string | `nil` | | | server.args.port | int | `5555` | | -| server.awsKmsCredentialsSecretName | string | `"aws-kms-credentials"` | ubernetes secret name containing IAM credentials for use with AWS KMS | +| server.awsKmsCredentialsSecretName | string | `"aws-kms-credentials"` | kubernetes secret name containing IAM credentials for use with AWS KMS | | server.awsKmsRegion | string | `"us-east-1"` | AWS region if using AWS KMS for signing key | | server.grpcSvcPort | int | `5554` | | | server.image.pullPolicy | string | `"IfNotPresent"` | |