Skip to content

Instantly share code, notes, and snippets.

@rmalenko
Created August 1, 2022 18:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rmalenko/d5486dba233bb9e1af2ea9d29ecb0b78 to your computer and use it in GitHub Desktop.
Save rmalenko/d5486dba233bb9e1af2ea9d29ecb0b78 to your computer and use it in GitHub Desktop.
argocd_repositories = {
[
"private-repo" = {
url = "https://repo.git"
username = "argocd"
password = "access_token"
},
"git-repo" = {
url = "https://repo.git"
password = "argocd_access_token"
username = "admin"
},
"private-helm-chart" = {
url = "https://charts.jetstack.io"
type = "helm"
username = "foo"
password = "bar"
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment