Skip to content

Commit

Permalink
clarify registries
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpaulsen committed Oct 18, 2023
1 parent f807de0 commit 88887c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 {
Expand Down

0 comments on commit 88887c5

Please sign in to comment.