diff --git a/README.md b/README.md index 7012b3e..cb0b373 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ This is a demo deployment that showcases the following | |-> src/folder # source code and docker files | -|-> ci.sh # bash script that contains all the ci instructions can alls be ran locale +|-> ci.sh # bash script that contains all the ci instructions, this can also be ran locally ``` ## Ci-Cd diff --git a/manifests/argocd-project.yaml b/manifests/argocd-project.yaml index a693cfa..c0d5391 100644 --- a/manifests/argocd-project.yaml +++ b/manifests/argocd-project.yaml @@ -7,5 +7,5 @@ metadata: argocd.argoproj.io/secret-type: repository stringData: url: https://github.com/ReinierNel/devops-demo - password: __ARGOCD_PAT__ - username: argocd \ No newline at end of file + # password: __ARGOCD_PAT__ + # username: argocd \ No newline at end of file