mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-30 21:37:18 +00:00
* test: Use dedicated multi-arch workloads in e2e tests Signed-off-by: jannfis <jann@mistrust.net> * Use correct tag Signed-off-by: jannfis <jann@mistrust.net>
14 lines
No EOL
283 B
YAML
14 lines
No EOL
283 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
annotations:
|
|
argocd.argoproj.io/hook: Sync
|
|
name: hook
|
|
spec:
|
|
containers:
|
|
- command:
|
|
- "true"
|
|
image: quay.io/argoprojlabs/argocd-e2e-container:0.1
|
|
imagePullPolicy: IfNotPresent
|
|
name: main
|
|
restartPolicy: Never |