From f53354d20dbb4ca6eb6dbc9b13b79de8618da5c3 Mon Sep 17 00:00:00 2001 From: Elijah DeLee Date: Mon, 7 Jun 2021 15:59:17 -0400 Subject: [PATCH] update the README for the changes to execution environments vars --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e319876c..a13bfb5a 100644 --- a/README.md +++ b/README.md @@ -578,7 +578,7 @@ type: Opaque ``` ##### Control plane ee from private registry -The first default execution environment will be deployed as part of the control plane. In order to use a private image for this you'll need to use `image_pull_secret` to provide a k8s pull secret to access it. +The images listed in "ee_images" will be added as globally available Execution Environments. The "control_plane_ee_image" will be used to run project updates. In order to use a private image for any of these you'll need to use `image_pull_secret` to provide a k8s pull secret to access it. Currently the same secret is used for any of these images supplied at install time. ```yaml ---