diff --git a/argo-helm.yaml b/argo-helm.yaml new file mode 100644 index 0000000..41fc658 --- /dev/null +++ b/argo-helm.yaml @@ -0,0 +1,29 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: csi-driver-nfs + namespace: openshift-gitops + annotations: + argocd.argoproj.io/sync-wave: "-15" +spec: + orphanedResources: + warn: false # Disable warning + project: infrastructure + destination: + server: https://kubernetes.default.svc + namespace: kube-system + source: + repoURL: https://gitea.apilab.us/cscott/csi-driver-nfs.git + targetRevision: main + path: . + helm: + valueFiles: + - values.yaml + syncPolicy: + automated: + prune: true + selfHeal: false + syncOptions: + - CreateNamespace=true + - ApplyOutOfSyncOnly=true + - PruneLast=true