Skip to content

Commit ab484bf

Browse files
committed
change EC_DOMAIN to EC_SERVICES
1 parent e7d0972 commit ab484bf

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/user/reference/environment.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ Required Variables
4545
``EC_K8S_NAMESPACE=local`` and this will deploy IOC Instances to the local server's
4646
docker or podman instance.
4747

48-
- **EC_DOMAIN_REPO**: this is a link back to the repository that defines this
48+
- **EC_SERVICES_REPO**: this is a link back to the repository that defines this
4949
domain. For example the bl38p reference beamline repository uses
50-
``EC_DOMAIN_REPO[email protected]:epics-containers/bl38p.git``. This variable
50+
``EC_SERVICES_REPO[email protected]:epics-containers/bl38p.git``. This variable
5151
is used by ``ec`` to fetch versioned IOC Instance from the repo and deploy
5252
time.
5353

docs/user/tutorials/create_beamline.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ where indicated):
137137

138138
- ``export EC_REGISTRY_MAPPING='github.com=ghcr.io'``
139139
- ``export EC_K8S_NAMESPACE=local``
140-
- ``export EC_DOMAIN_REPO[email protected]:**YOUR GITHUB ACCOUNT**/bl01t``
140+
- ``export EC_SERVICES_REPO[email protected]:**YOUR GITHUB ACCOUNT**/bl01t``
141141

142142
- SECTION 2:
143143

docs/user/tutorials/deploy_example.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ available in the GitHub repository.
137137
The above command is the first one to look at your github repository.
138138
This is how it finds out the versions
139139
of the IOC instance that are available. If you get an error it may be
140-
because you set EC_DOMAIN_REPO incorrectly in environment.sh. Check it
140+
because you set EC_SERVICES_REPO incorrectly in environment.sh. Check it
141141
and source it again to pick up any changes.
142142

143143
.. hint::

docs/user/tutorials/setup_k8s_new_beamline.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Change this section to set the following variables:
176176
177177
export EC_REGISTRY_MAPPING='github.com=ghcr.io'
178178
export EC_K8S_NAMESPACE=p46-iocs
179-
export EC_DOMAIN_REPO[email protected]:YOUR_GITHUB_ACCOUNT/bl46p.git
179+
export EC_SERVICES_REPO[email protected]:YOUR_GITHUB_ACCOUNT/bl46p.git
180180
181181
This tells the ``ec`` command line tool to use the GitHub container registry
182182
when it sees github projects, the name of the Kubernetes namespace to use and

0 commit comments

Comments
 (0)