Skip to content

Commit

Permalink
Update copier template
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelldls committed Sep 3, 2024
1 parent acc57a2 commit 6cc766b
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,5 +1,5 @@
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
_commit: 0.2.11
_commit: 0.2.13
_src_path: gh:epics-containers/deployment-template-argocd
argocd_project: p46-beamline
argocd_server: argocd.diamond.ac.uk
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ This repository holds the definition of Argocd deployed ec services. Each sub fo
## Deployment
To deploy the Argocd root App:
```
# Login to pollux cluster
# Login to argus cluster
kubectl apply -n p46-beamline -f apps.yaml
```
2 changes: 1 addition & 1 deletion apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
spec:
project: p46-beamline
destination:
name: pollux
name: argus
namespace: p46-beamline
source:
path: apps
Expand Down
2 changes: 1 addition & 1 deletion apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

project: p46-beamline
destination:
name: argus
name: pollux
namespace: p46-beamline
source:
repoURL: https://github.com/epics-containers/p46-services
Expand Down

0 comments on commit 6cc766b

Please sign in to comment.