deploy homepage

This commit is contained in:
2025-08-07 13:37:40 -05:00
parent 8dc2243140
commit d2d3ee7c78
15 changed files with 466 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: applications
namespace: openshift-gitops
annotations:
argocd.argoproj.io/sync-wave: "5"
spec:
destination:
name: in-cluster
namespace: openshift-gitops
project: default
source:
path: applications
repoURL: https://github.com/rblundon/homelab.git
targetRevision: HEAD
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- RespectIgnoreDifferences=true
ignoreDifferences:
- group: argoproj.io
kind: Application
jsonPointers:
- /spec/syncPolicy/automated