diff --git a/.copier-answers.yml b/.copier-answers.yml index 62ff3f0..2f4fbe6 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,7 +1,7 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY _commit: 0.2.11 _src_path: gh:epics-containers/deployment-template-argocd -argocd_project: bl46p +argocd_project: p46-beamline argocd_server: argocd.diamond.ac.uk cluster_name_apps: argus cluster_name_services: pollux diff --git a/apps.yaml b/apps.yaml index aec373d..153ad0e 100644 --- a/apps.yaml +++ b/apps.yaml @@ -5,7 +5,7 @@ metadata: finalizers: - resources-finalizer.argocd.argoproj.io spec: - project: bl46p + project: p46-beamline destination: name: pollux namespace: p46-beamline diff --git a/apps/values.yaml b/apps/values.yaml index 83ab238..1100c04 100644 --- a/apps/values.yaml +++ b/apps/values.yaml @@ -8,7 +8,7 @@ # services should be running on the cluster. It is recommended that this repo # be updated by a CI/CD pipeline or configuration tools only. -project: bl46p +project: p46-beamline destination: name: argus namespace: p46-beamline diff --git a/environment.sh b/environment.sh index f8cdb1f..84c03bb 100644 --- a/environment.sh +++ b/environment.sh @@ -15,7 +15,7 @@ echo "Loading environment for p46 deployment ..." export EC_CLI_BACKEND="ARGOCD" # the argocd project and root app -export EC_TARGET=bl46p/p46 +export EC_TARGET=p46-beamline/p46 # the git repo for this project export EC_SERVICES_REPO=https://github.com/epics-containers/p46-services # declare your centralised log server Web UI