- Update pipeline ArgoCD repoURL to github0213.com - Update triggers ArgoCD repoURL to github0213.com - Update dashboard ArgoCD repoURL to github0213.com - Update ci-cd ArgoCD repoURL to github0213.com
29 lines
634 B
YAML
29 lines
634 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: tekton-ci-cd
|
|
namespace: argocd
|
|
annotations:
|
|
argocd.argoproj.io/compare-options: IgnoreExtraneous
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://github0213.com/K3S-HOME/platform.git
|
|
targetRevision: main
|
|
path: tekton/ci-cd/manifests
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: tekton-pipelines
|
|
syncPolicy:
|
|
automated:
|
|
prune: false
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
retry:
|
|
limit: 5
|
|
backoff:
|
|
duration: 5s
|
|
factor: 2
|
|
maxDuration: 3m
|