diff --git a/README.md b/README.md index ef4ee90..f34a0a7 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ their default values. | `secrets.htpasswd` | Htpasswd authentication | `nil` | | `secrets.s3.accessKey` | Access Key for S3 configuration | `nil` | | `secrets.s3.secretKey` | Secret Key for S3 configuration | `nil` | -| `secrets.s3.secretRef` | The ref for an external secret containing the accessKey and secretKey keys | `""` | +| `secrets.s3.secretRef` | The ref for an external secret containing the s3AccessKey and s3SecretKey keys | `""` | | `secrets.swift.username` | Username for Swift configuration | `nil` | | `secrets.swift.password` | Password for Swift configuration | `nil` | | `secrets.haSharedSecret` | Shared secret for Registry | `nil` |