diff --git a/sysadm/deployment/argocd.rst b/sysadm/deployment/argocd.rst --- a/sysadm/deployment/argocd.rst +++ b/sysadm/deployment/argocd.rst @@ -97,7 +97,9 @@ - In the `k8s-clusters-conf` repository, create a new application in the `argocd/applications/cluster-secrets` named `.yaml` to manage the new cluster secrets under `argocd/applications` - Check other applications in this directory and adapt the following properties: + + Check other applications in this directory and adapt the following properties: + - metadata.name: change to -secrets - spec.source.path: change to , it must match the directory created in the `k8s-private-data` repository - spec.destination.server: change to the server url, it must match the `stringData.server` value in the @@ -108,7 +110,9 @@ - Create a new directory `argocd/` - Create a new `configuration-application.yaml` to manage the static configurations - Copy another configuration application and adapt the following properties: + + Copy another configuration application and adapt the following properties: + - metadata.name: Change to `-configuration` - spec.source.path: Change to ``, it must match the directory name created earlier - spec.destination.server: Change to the url of the server as declared in the cluster configuration