From 68d222f2f771fe27819b52e3d848defcc106f98a Mon Sep 17 00:00:00 2001 From: "tishan.harischandra" Date: Fri, 20 Jun 2025 13:25:00 +0530 Subject: [PATCH] conflict resolve --- Application-Control/01/baseRepoCred.yml | 11 +++++++++++ Application-Control/01/temp-app.json | 0 2 files changed, 11 insertions(+) create mode 100644 Application-Control/01/baseRepoCred.yml create mode 100644 Application-Control/01/temp-app.json diff --git a/Application-Control/01/baseRepoCred.yml b/Application-Control/01/baseRepoCred.yml new file mode 100644 index 0000000..1a2b327 --- /dev/null +++ b/Application-Control/01/baseRepoCred.yml @@ -0,0 +1,11 @@ +apiVersion: v1 +kind: Secret +metadata: + name: central-base-repo-creds + namespace: argocd + labels: + argocd.argoproj.io/secret-type: repository +stringData: + url: https://git.cloudsolutions.com.sa/BASE/CENTRAL-BASE-REPO.git + username: Ishrath.Ahamed # Replace with your Git username + password: 1qaz!QAZ # Replace with your Git personal access token diff --git a/Application-Control/01/temp-app.json b/Application-Control/01/temp-app.json new file mode 100644 index 0000000..e69de29