Skip to content

Commit

Permalink
Correct argocd project
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelldls committed Sep 3, 2024
1 parent 75a4bf5 commit acc57a2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: bl46p
project: p46-beamline
destination:
name: pollux
namespace: p46-beamline
Expand Down
2 changes: 1 addition & 1 deletion apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit acc57a2

Please sign in to comment.