1 2 3 4 5 6 7 8 9 10 11 12 13 14
apiVersion: v1 kind: Secret metadata: name: e2e-git-repo labels: argocd.argoproj.io/secret-type: repository component: argocd-image-updater-e2e stringData: url: https://10.42.0.1:30003/testdata.git type: git password: git username: git insecure: "true"