From 9c950733ae3de99c389f3c0a7df0f819f0b0e535 Mon Sep 17 00:00:00 2001 From: Reinier Nel Date: Mon, 29 Jan 2024 07:56:52 +0200 Subject: [PATCH] updated readme and removed repo creds as repo now public --- README.md | 2 +- manifests/argocd-project.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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