yaml formatting
This commit is contained in:
@@ -16,27 +16,27 @@ spec:
|
|||||||
name: '{{.name}}-synology-csi'
|
name: '{{.name}}-synology-csi'
|
||||||
annotations:
|
annotations:
|
||||||
argocd.argoproj.io/sync-wave: "2"
|
argocd.argoproj.io/sync-wave: "2"
|
||||||
spec:
|
spec:
|
||||||
destination:
|
project: default
|
||||||
name: '{{.name}}'
|
destination:
|
||||||
namespace: synology-csi
|
name: '{{.name}}'
|
||||||
project: default
|
source:
|
||||||
source:
|
path: cluster/synology-storageclass
|
||||||
path: cluster/synology-storageclass
|
repoURL: https://github.com/rblundon/homelab.git
|
||||||
repoURL: https://github.com/rblundon/homelab.git
|
targetRevision: HEAD
|
||||||
targetRevision: HEAD
|
namespace: synology-csi
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
prune: false
|
prune: false
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- RespectIgnoreDifferences=true
|
- RespectIgnoreDifferences=true
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
managedNamespaceMetadata:
|
managedNamespaceMetadata:
|
||||||
labels:
|
labels:
|
||||||
argocd.argoproj.io/managed-by: openshift-gitops
|
argocd.argoproj.io/managed-by: openshift-gitops
|
||||||
ignoreDifferences:
|
ignoreDifferences:
|
||||||
- group: apps
|
- group: apps
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
jsonPointers:
|
jsonPointers:
|
||||||
- /spec/replicas
|
- /spec/replicas
|
||||||
Reference in New Issue
Block a user