diff --git a/cluster/synology-storageclass-appset.yaml b/cluster/synology-storageclass-appset.yaml index d1fecdf..e8d4ba8 100644 --- a/cluster/synology-storageclass-appset.yaml +++ b/cluster/synology-storageclass-appset.yaml @@ -16,27 +16,27 @@ spec: name: '{{.name}}-synology-csi' annotations: argocd.argoproj.io/sync-wave: "2" - spec: - destination: - name: '{{.name}}' - 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 \ No newline at end of file + spec: + project: default + destination: + name: '{{.name}}' + source: + path: cluster/synology-storageclass + repoURL: https://github.com/rblundon/homelab.git + targetRevision: HEAD + namespace: synology-csi + 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 \ No newline at end of file