Files
platform/tekton/pipeline/argocd.yaml
Mayne0213 fa8a2dc805 CHORE(repo): add goldilocks labels to namespaces
- Add goldilocks label to gitea namespace
- Add goldilocks label to argocd namespace
- Add goldilocks label to tekton-pipelines namespace
2026-01-11 21:10:41 +09:00

46 lines
1.1 KiB
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: tekton-pipeline
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
repoURL: https://github0213.com/K3S-HOME/platform.git
targetRevision: main
path: tekton/pipeline
destination:
server: https://kubernetes.default.svc
namespace: tekton-pipelines
ignoreDifferences:
- group: apiextensions.k8s.io
kind: CustomResourceDefinition
jsonPointers:
- /status
- /spec/preserveUnknownFields
syncPolicy:
automated:
prune: true
selfHeal: true
allowEmpty: false
syncOptions:
- CreateNamespace=true
- PrunePropagationPolicy=foreground
- PruneLast=true
- RespectIgnoreDifferences=true
- Replace=true
retry:
limit: 5
backoff:
duration: 5s
factor: 2
maxDuration: 3m
managedNamespaceMetadata:
labels:
pod-security.kubernetes.io/enforce: privileged
pod-security.kubernetes.io/warn: privileged
goldilocks.fairwinds.com/enabled: 'true'
revisionHistoryLimit: 10