- Delete tekton/ directory (pipeline, triggers, dashboard, ci-cd) - Remove tekton references from kustomization.yaml - Switching to GitHub Actions for CI/CD
15 lines
315 B
YAML
15 lines
315 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
# App of Apps Application
|
|
- application.yaml
|
|
- cert-manager/argocd.yaml
|
|
- traefik/argocd.yaml
|
|
|
|
# ArgoCD Image Updater
|
|
- argocd-image-updater/argocd.yaml
|
|
|
|
# ArgoCD configuration (no Application, just configuration)
|
|
- argocd
|