You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
366 B
12 lines
366 B
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
|