Files
homelab/cluster/nfs-storage/nfs-storage.yaml
2025-08-01 09:15:07 -05:00

33 lines
764 B
YAML

---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: nfs-storage
finalizers:
- resources-finalizer.argocd.argoproj.io
annotations:
argocd.argoproj.io/sync-wave: "2"
spec:
destination:
name: in-cluster
namespace: openshift-nfs-storage
project: default
source:
path: cluster-applications/nfs-storage
repoURL: git@github.com:rblundon/MK-Labs.git
targetRevision: HEAD
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- RespectIgnoreDifferences=true
- CreateNamespace=true
managedNamespaceMetadata:
labels:
argocd.argoproj.io/managed-by: openshift-gitops
ignoreDifferences:
- group: apps
kind: Deployment
jsonPointers:
- /spec/replicas