mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
* refactor(util/git/client): make runCredentialedCmd() signature coherent with runCmd() one Signed-off-by: Yann Soubeyrand <yann.soubeyrand@camptocamp.com> * fix(repo-server): completely clean up Git working directory In some cases, for example when a Git submodule wasn’t present anymore in a Git revision, the repo-server didn’t completely clean up its Git working directory. Fixes #3683 Signed-off-by: Yann Soubeyrand <yann.soubeyrand@camptocamp.com> --------- Signed-off-by: Yann Soubeyrand <yann.soubeyrand@camptocamp.com>
10 lines
227 B
YAML
10 lines
227 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: pod-in-submodule
|
|
spec:
|
|
containers:
|
|
- name: main
|
|
image: quay.io/argoprojlabs/argocd-e2e-container:0.1
|
|
imagePullPolicy: IfNotPresent
|
|
terminationGracePeriodSeconds: 0
|