GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
.github chore(deps): bump jlumbroso/free-disk-space (argoproj#17932) Apr 23, 2024 applicationset fix(appset): add debug logs around deleting ownerReferences and add w… Apr 29, 2024 assets feat(cli): add support for multiple sources to sync command (argoproj… Apr 29, 2024 cmd feat(...
kind create cluster kubectl create ns argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml Create a new Argo CD user Follow the steps in the official documentation to create a new user provider-argcod: kubectl patch configmap/arg...
GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
volumes: -name:custom-toolsemptyDir:{}initContainers: -name:download-toolsimage:alpine:3.8command:[sh, -c]args: -wget -qO /custom-tools/argo-cd-helmfile.sh https://raw.githubusercontent.com/travisghansen/argo-cd-helmfile/master/src/argo-cd-helmfile.sh &&chmod +x /custom-tools/argo-cd...
refactor: move notification controller implementation to github.com/a… May 4, 2021 go.mod fix: update argocd version (#370) Dec 12, 2021 go.sum fix: update argocd version (#370) Dec 12, 2021 mkdocs.yml add redirect to argocd documentation ...
Github 集成 在你个人 github account → Settings →Developer Settings→ OAuth Apps, 点击Register a new application 输入相关信息 注册应用程序后,您将收到OAuth2 Client ID和secrets。记录这些值,它们需要用到 Argo CD configMap中。 用如下命令编辑 configMap ...
Describe the bug I have an ArgoCD Application and from ArgoCD UI I see that the RETRY OPTIONS is "Retry disabled" I have a Job with a pre-sync hook and the backoff limit of the Job is 2 If the Job fails I see that ArgoCd is ignoring the ...
56Branches66Tags Folders and files Name Last commit message Last commit date Latest commit Cannot retrieve latest commit at this time. History 932 Commits .github chore: skip CI for docs PR (#1603) Nov 18, 2024 api feat: report ArgoCD errors via .status.conditions field (#1608) ...
argocd app create flaskdemo\--repo https://github.com/kcl-lang/flask-demo-kcl-manifests\--path .\--dest-namespace default\--dest-server https://kubernetes.default.svc\--config-management-plugin kcl-v1.0 如果创建成功,您可以看到如下输出: ...