18 lines
610 B
YAML
18 lines
610 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: argocd-image-updater-config
|
|
namespace: argocd
|
|
labels:
|
|
app.kubernetes.io/name: argocd-image-updater-config
|
|
app.kubernetes.io/part-of: argocd-image-updater
|
|
data:
|
|
# Force image-updater to use the ArgoCD API for write-back to avoid multi-source git issues.
|
|
write-back-method: argocd
|
|
# Keep git identity in case git mode is explicitly used for single-source apps later.
|
|
git.user: argocd-image-updater
|
|
git.email: argocd@turing.lan
|
|
argocd.server_addr: argocd-server.argocd.svc.cluster.local
|
|
argocd.plaintext: "true"
|
|
argocd.insecure: "true"
|