add pac
Some checks are pending
Pipelines as Code CI / homelab-ci CI has Started

Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
gwg313 2026-06-28 17:56:19 -04:00
parent ef827b2c69
commit e507515766
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
43 changed files with 895 additions and 128 deletions

View file

@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: argocd-config
namespace: argocd
spec:
project: default
source:
repoURL: https://github.com/gwg313/homelab-gitops.git
targetRevision: main
path: platform/argocd
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- ServerSideApply=true

View file

@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: homelab-gitops-ci
namespace: argocd
annotations:
argoproj.io/sync-wave: "1"
spec:
project: default
source:
repoURL: https://github.com/gwg313/homelab-gitops.git
targetRevision: main
path: apps/homelab-gitops
destination:
server: https://kubernetes.default.svc
namespace: cicd
syncPolicy:
automated:
prune: true
selfHeal: true

View file

@ -15,8 +15,10 @@ resources:
- audiobookshelf.yaml
- yopass.yaml
- tekton.yaml
- homelab-gitops.yaml
- navidrome.yaml
- bytestash.yaml
- stirling-pdf.yaml
# - soulsync.yaml
- vikunja.yaml
- argocd-config.yaml

View file

@ -22,7 +22,6 @@ spec:
- CreateNamespace=true
- ServerSideApply=true
- RespectIgnoreDifferences=true
ignoreDifferences:
- group: apiextensions.k8s.io
kind: CustomResourceDefinition

View file

@ -4,7 +4,7 @@ metadata:
name: tekton-pipelines
namespace: argocd
annotations:
argoproj.io/sync-wave: "0"
argoproj.io/sync-wave: "0"
spec:
project: default
source: