deploy Synology CSI

This commit is contained in:
2025-07-31 14:35:35 -05:00
parent edb019c38e
commit 4639725099
11 changed files with 111 additions and 67 deletions

View File

@@ -1,26 +0,0 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: applications
namespace: openshift-gitops
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

View File

@@ -1,33 +0,0 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: synology-storageclass
finalizers:
- resources-finalizer.argocd.argoproj.io
annotations:
argocd.argoproj.io/sync-wave: "4"
spec:
destination:
name: in-cluster
namespace: synology-csi
project: default
source:
path: cluster/synology-storageclass
repoURL: https://github.com/rblundon/homelab.git
targetRevision: HEAD
syncPolicy:
automated:
prune: false
selfHeal: true
syncOptions:
- RespectIgnoreDifferences=true
- CreateNamespace=true
managedNamespaceMetadata:
labels:
argocd.argoproj.io/managed-by: openshift-gitops
ignoreDifferences:
- group: apps
kind: Deployment
jsonPointers:
- /spec/replicas