diff --git a/.copier-answers.yml b/.copier-answers.yml index 2f4fbe6..bfe01bc 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -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 diff --git a/README.md b/README.md index dba6c43..e9cfebd 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/apps.yaml b/apps.yaml index 153ad0e..4e36415 100644 --- a/apps.yaml +++ b/apps.yaml @@ -7,7 +7,7 @@ metadata: spec: project: p46-beamline destination: - name: pollux + name: argus namespace: p46-beamline source: path: apps diff --git a/apps/values.yaml b/apps/values.yaml index 1100c04..408809c 100644 --- a/apps/values.yaml +++ b/apps/values.yaml @@ -10,7 +10,7 @@ project: p46-beamline destination: - name: argus + name: pollux namespace: p46-beamline source: repoURL: https://github.com/epics-containers/p46-services