this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(platform): install VolSync

Khue Doan beba3e37 c23851ca

+23
+23
platform/production/volsync.yaml
··· 1 + apiVersion: argoproj.io/v1alpha1 2 + kind: Application 3 + metadata: 4 + finalizers: 5 + - resources-finalizer.argocd.argoproj.io 6 + name: volsync 7 + spec: 8 + destination: 9 + name: in-cluster 10 + namespace: volsync-system 11 + project: default 12 + syncPolicy: 13 + automated: 14 + prune: true 15 + selfHeal: true 16 + syncOptions: 17 + - CreateNamespace=true 18 + - ApplyOutOfSyncOnly=true 19 + - ServerSideApply=true 20 + source: 21 + repoURL: https://backube.github.io/helm-charts 22 + chart: volsync 23 + targetRevision: 0.14.0