Files
gitops/bootstrap/argocd-root-app/root-app.yaml
T
whyredfire 826af0ca68 bootstrap: Add .git to the repo to handle redirect errors
{"grpc.code":"Unknown","grpc.component":"server","grpc.error":"failed to list refs: unexpected client error: unexpected requesting \"https://gitlab.com/whyredfire/gitops/info/refs?service=git-upload-pack\" status code: 301","grpc.method":"GenerateManifest","grpc.method_type":"unary","grpc.request.deadline":"2026-01-26T14:31:42Z","grpc.service":"repository.RepoServerService","grpc.start_time":"2026-01-26T14:30:42Z","grpc.time_ms":"883.443","level":"error","msg":"finished call","peer.address":"10.42.0.30:49920","protocol":"grpc","time":"2026-01-26T14:30:43Z"}
2026-01-26 20:02:57 +05:30

19 lines
383 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: root-app
namespace: argocd
spec:
project: default
source:
repoURL: https://gitlab.com/whyredfire/gitops.git
targetRevision: main
path: applications
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated:
prune: true
selfHeal: true