From 88887c5725e8aa6a1f394c47129e98c201eaf49f Mon Sep 17 00:00:00 2001 From: Eric Paulsen Date: Wed, 18 Oct 2023 16:01:26 -0400 Subject: [PATCH] clarify registries --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 517feb0..b67620e 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ After you have a configuration that resembles the following: `base64` encode the JSON and provide it to envbuilder as the `DOCKER_CONFIG_BASE64` environment variable. Alternatively, if running `envbuilder` in Kubernetes, you can create an `ImagePullSecret` and -pass it into the pod as a volume mount: +pass it into the pod as a volume mount. This example will work for all registries. ```shell # Artifactory example @@ -92,7 +92,6 @@ resource "kubernetes_deployment" "example" { mount_path = "/envbuilder/config.json" sub_path = ".dockerconfigjson" } - # ... other container configurations } # Define the volume which maps to the pull credentials volume {